Html Css Color HEX #D5CC7E Winter Hazel

📋 copy color: '#D5CC7E'

red 213 ◦ green 204 ◦ blue 126

#D5CC7E
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Winter Hazel #D5CC7E

Tints of Winter Hazel #D5CC7E

RGB

 RED value IS 213 (83.59% from 255) = 39.23%

 GREEN value IS 204 (80.08% from 255) = 37.57%

 BLUE value IS 126 (49.61% from 255) = 23.2%

R = 39.23%
G = 37.57%
B = 23.2%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.41

 K value IS 0.16

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#D5CC7E (or 0xD5CC7E) is known color: Winter Hazel. HEX triplet: D5, CC and 7E. RGB value is (213,204,126). Sum of RGB (Red+Green+Blue) = 213+204+126=543 (71% of max value = 765). Red value is 213 (83.59% from 255 or 39.23% from 543); Green value is 204 (80.08% from 255 or 37.57% from 543); Blue value is 126 (49.61% from 255 or 23.20% from 543); Max value from RGB is 213 - color contains mainly: red. Hex color #D5CC7E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D5CC7E is #2A3381. Grayscale: #C6C6C6. Windows color (decimal): -2765698 or 8309973. OLE color: 8309973.

HSL color Cylindrical-coordinate representation of color #D5CC7E: hue angle of 53.79º degrees, saturation: 0.51, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #D5CC7E is Cyan = 0, Magento = 0.04, Yellow = 0.41 and Black (K on CMYK) = 0.16.

Color convert

RGB 213 204 126 -
CMYK 0 0.04 0.41 0.16
HSL 53.79º 0.51% 0.66% -
HSV(B) 53.79º 0.41% 0.84% -
XYZ 52.8 58.84 28.31 -
YUV 197.8 87.48 138.84 -
System Red Green Blue C M Y K H S L
Decimal 213 204 126 0 0.04 0.41 0.16 53.79 0.51 0.66
Hex D5 CC 7E 0 4 29 10 36 33 42
Octal 325 314 176 0 4 51 20 66 63 102
Binary 11010101 11001100 1111110 0 100 101001 10000 110110 110011 1000010

Color Harmonies of #D5CC7E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5CC7E

Black with #D5CC7E

Text Example


Text Example

White with #D5CC7E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5CC7E; }

 p { color: rgb(213,204,126); }

 H1.HeaderClassName
 {
   color: #D5CC7E;
 }
 .AnyTagClassName
 {
   color: #D5CC7E;
 }
</style>

background-color css

<style>
 a { background-color: #D5CC7E; }

 a { background-color: rgb(213,204,126); }

 div.DivClassName
 {
   background-color: #D5CC7E;
 }
 .BgClassName
 {
   background-color: #D5CC7E;
 }
</style>

border-color css

<style>
 span { border-color: #D5CC7E; }

 span { border-color: rgb(213,204,126); }

 td.TdClassName
 {
   border-color: #D5CC7E;
 }
 .TagClassName
 {
   border-color: #D5CC7E;
 }
</style>