Color Hex Logo

#d7c735 Color Hex

#D7C735
(215,199,53)
0 Favorites   0 Comments

Color spaces of #d7c735

RGB 21519953
HSL0.150.670.53
HSV54°75°84°
CMYK 0.000.070.75   0.16
XYZ49.090455.551011.5032
Yxy55.55100.42270.4783
Hunter Lab74.5325-12.864043.0221
CIE-Lab79.3576-9.859469.8623

#d7c735 color RGB value is (215,199,53).

#d7c735 hex color red value is 215, green value is 199 and the blue value of its RGB is 53. Cylindrical-coordinate representations (also known as HSL) of color #d7c735 hue: 0.15 , saturation: 0.67 and the lightness value of d7c735 is 0.53.

The process color (four color CMYK) of #d7c735 color hex is 0.00, 0.07, 0.75, 0.16. Web safe color of #d7c735 is #cccc33. Color #d7c735 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010111 11000111 00110101
Octal 327 307 65
Decimal 215 199 53
Hex D7 C7 35

RGB Percentages of Color #d7c735

%46.04
%42.61
%11.35

CMYK Percentages of Color #d7c735

%0
%7
%75
%16

Triadic Colors of #d7c735

#d7c735 #35d7c7 #c735d7

Analogous Colors of #d7c735

#d7c735 #96d735 #d77635

Monochromatic Colors of #d7c735

#d7c735

Complementary Color

#d7c735 #3545d7

#d7c735 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d7c735 Color Preview on White Background

Lorem ipsum dolor sit amet.

#d7c735 Color CSS Codes

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

#d7c735 Text Font Color

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

This sample text font color is #d7c735
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.


#d7c735 Background Color

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

This div background color is #d7c735


#d7c735 Border Color

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

This div border color is #d7c735


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d7c735


Comments

No comments written yet.

Please login to write comment.