Html Css Color HEX #D6CB8C Winter Hazel

📋 copy color: '#D6CB8C'

red 214 ◦ green 203 ◦ blue 140

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

Shades of Winter Hazel #D6CB8C

Tints of Winter Hazel #D6CB8C

RGB

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

 GREEN value IS 203 (79.69% from 255) = 36.45%

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

R = 38.42%
G = 36.45%
B = 25.13%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.35

 K value IS 0.16

RGB Variations

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

Color information

#D6CB8C (or 0xD6CB8C) is known color: Winter Hazel. HEX triplet: D6, CB and 8C. RGB value is (214,203,140). Sum of RGB (Red+Green+Blue) = 214+203+140=557 (73% of max value = 765). Red value is 214 (83.98% from 255 or 38.42% from 557); Green value is 203 (79.69% from 255 or 36.45% from 557); Blue value is 140 (55.08% from 255 or 25.13% from 557); Max value from RGB is 214 - color contains mainly: red. Hex color #D6CB8C is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D6CB8C is #293473. Grayscale: #C7C7C7. Windows color (decimal): -2700404 or 9227222. OLE color: 9227222.

HSL color Cylindrical-coordinate representation of color #D6CB8C: hue angle of 51.08º 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 #D6CB8C is Cyan = 0, Magento = 0.05, Yellow = 0.35 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 203 140 -
CMYK 0 0.05 0.35 0.16
HSL 51.08º 0.47% 0.69% -
HSV(B) 51.08º 0.35% 0.84% -
XYZ 53.82 58.9 33.34 -
YUV 199.11 94.64 138.62 -
System Red Green Blue C M Y K H S L
Decimal 214 203 140 0 0.05 0.35 0.16 51.08 0.47 0.69
Hex D6 CB 8C 0 5 23 10 33 2F 45
Octal 326 313 214 0 5 43 20 63 57 105
Binary 11010110 11001011 10001100 0 101 100011 10000 110011 101111 1000101

Color Harmonies of #D6CB8C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6CB8C

Black with #D6CB8C

Text Example


Text Example

White with #D6CB8C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6CB8C; }

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

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

background-color css

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

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

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

border-color css

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

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

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