Html Css Color HEX #D6CD8C Winter Hazel

📋 copy color: '#D6CD8C'

red 214 ◦ green 205 ◦ blue 140

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

Shades of Winter Hazel #D6CD8C

Tints of Winter Hazel #D6CD8C

RGB

 RED value IS 214 (83.98% from 255) = 38.28%

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

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

R = 38.28%
G = 36.67%
B = 25.04%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.35

 K value IS 0.16

RGB Variations

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

Color information

#D6CD8C (or 0xD6CD8C) is known color: Winter Hazel. HEX triplet: D6, CD and 8C. RGB value is (214,205,140). Sum of RGB (Red+Green+Blue) = 214+205+140=559 (74% of max value = 765). Red value is 214 (83.98% from 255 or 38.28% from 559); Green value is 205 (80.47% from 255 or 36.67% from 559); Blue value is 140 (55.08% from 255 or 25.04% from 559); Max value from RGB is 214 - color contains mainly: red. Hex color #D6CD8C is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D6CD8C is #293273. Grayscale: #C8C8C8. Windows color (decimal): -2699892 or 9227734. OLE color: 9227734.

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

Color convert

RGB 214 205 140 -
CMYK 0 0.04 0.35 0.16
HSL 52.7º 0.47% 0.69% -
HSV(B) 52.7º 0.35% 0.84% -
XYZ 54.3 59.85 33.5 -
YUV 200.28 93.98 137.79 -
System Red Green Blue C M Y K H S L
Decimal 214 205 140 0 0.04 0.35 0.16 52.7 0.47 0.69
Hex D6 CD 8C 0 4 23 10 35 2F 45
Octal 326 315 214 0 4 43 20 65 57 105
Binary 11010110 11001101 10001100 0 100 100011 10000 110101 101111 1000101

Color Harmonies of #D6CD8C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6CD8C

Black with #D6CD8C

Text Example


Text Example

White with #D6CD8C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6CD8C; }

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

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

background-color css

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

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

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

border-color css

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

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

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