Color Hex Logo

#d7c033 Color Hex

#D7C033
(215,192,51)
0 Favorites   0 Comments

Color spaces of #d7c033

RGB 21519251
HSL0.140.670.52
HSV52°76°84°
CMYK 0.000.110.76   0.16
XYZ47.471552.385410.7413
Yxy52.38540.42920.4737
Hunter Lab72.3778-9.585641.8654
CIE-Lab77.5107-6.358068.8133

#d7c033 color RGB value is (215,192,51).

#d7c033 hex color red value is 215, green value is 192 and the blue value of its RGB is 51. Cylindrical-coordinate representations (also known as HSL) of color #d7c033 hue: 0.14 , saturation: 0.67 and the lightness value of d7c033 is 0.52.

The process color (four color CMYK) of #d7c033 color hex is 0.00, 0.11, 0.76, 0.16. Web safe color of #d7c033 is #cccc33. Color #d7c033 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010111 11000000 00110011
Octal 327 300 63
Decimal 215 192 51
Hex D7 C0 33

RGB Percentages of Color #d7c033

%46.94
%41.92
%11.14

CMYK Percentages of Color #d7c033

%0
%11
%76
%16

Triadic Colors of #d7c033

#d7c033 #33d7c0 #c033d7

Analogous Colors of #d7c033

#d7c033 #9cd733 #d76e33

Monochromatic Colors of #d7c033

#d7c033

Complementary Color

#d7c033 #334ad7

#d7c033 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d7c033 Color Preview on White Background

Lorem ipsum dolor sit amet.

#d7c033 Color CSS Codes

.mybgcolor {background-color:#d7c033; } 
.myforecolor {color:#d7c033; }
.mybordercolor {border:3px solid #d7c033; }

#d7c033 Text Font Color

<p style="color:#d7c033">Text here</p>

This sample text font color is #d7c033
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.


#d7c033 Background Color

<div style="background-color:#d7c033">
Div content here</div>

This div background color is #d7c033


#d7c033 Border Color

<div style="border:3px solid #d7c033">
Div here</div>

This div border color is #d7c033


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(215,192,51, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #d7c033; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #d7c033;
  -webkit-box-shadow: 1px 1px 3px 2px #d7c033;
  box-shadow:         1px 1px 3px 2px #d7c033; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(215,192,51, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #d7c033">Text here</p>

This text has shadow with hex values.


Div Box Shadow

<div style="-moz-box-shadow: 1px 1px 3px 2px #d7c033;
  -webkit-box-shadow: 1px 1px 3px 2px #d7c033;
  box-shadow:         1px 1px 3px 2px #d7c033;">
Div content here</div>

This div box has shadow with color #d7c033


Comments

No comments written yet.

Please login to write comment.