Html Css Color HEX #D5CD8C Winter Hazel

📋 copy color: '#D5CD8C'

red 213 ◦ green 205 ◦ blue 140

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

Shades of Winter Hazel #D5CD8C

Tints of Winter Hazel #D5CD8C

RGB

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

 GREEN value IS 205 (80.47% from 255) = 36.74%

 BLUE value IS 140 (55.08% from 255) = 25.09%

R = 38.17%
G = 36.74%
B = 25.09%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.34

 K value IS 0.16

RGB Variations

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

Color information

#D5CD8C (or 0xD5CD8C) is known color: Winter Hazel. HEX triplet: D5, CD and 8C. RGB value is (213,205,140). Sum of RGB (Red+Green+Blue) = 213+205+140=558 (73% of max value = 765). Red value is 213 (83.59% from 255 or 38.17% from 558); Green value is 205 (80.47% from 255 or 36.74% from 558); Blue value is 140 (55.08% from 255 or 25.09% from 558); Max value from RGB is 213 - color contains mainly: red. Hex color #D5CD8C is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D5CD8C is #2A3273. Grayscale: #C8C8C8. Windows color (decimal): -2765428 or 9227733. OLE color: 9227733.

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

Color convert

RGB 213 205 140 -
CMYK 0 0.04 0.34 0.16
HSL 53.42º 0.46% 0.69% -
HSV(B) 53.42º 0.34% 0.84% -
XYZ 54.01 59.7 33.49 -
YUV 199.98 94.15 137.29 -
System Red Green Blue C M Y K H S L
Decimal 213 205 140 0 0.04 0.34 0.16 53.42 0.46 0.69
Hex D5 CD 8C 0 4 22 10 35 2E 45
Octal 325 315 214 0 4 42 20 65 56 105
Binary 11010101 11001101 10001100 0 100 100010 10000 110101 101110 1000101

Color Harmonies of #D5CD8C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5CD8C

Black with #D5CD8C

Text Example


Text Example

White with #D5CD8C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5CD8C; }

 p { color: rgb(213,205,140); }

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

background-color css

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

 a { background-color: rgb(213,205,140); }

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

border-color css

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

 span { border-color: rgb(213,205,140); }

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