#D6CB8A

Color #D6CB8A Winter Hazel (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Winter Hazel #D6CB8A

Tints of Winter Hazel #D6CB8A

Color information

#D6CB8A (or 0xD6CB8A) is unknown color: approx Winter Hazel. HEX triplet: D6, CB and 8A. RGB value is (214,203,138). Sum of RGB (Red+Green+Blue) = 214+203+138=555 (73% of max value = 765). Red value is 214 (83.98% from 255 or 38.56% from 555); Green value is 203 (79.69% from 255 or 36.58% from 555); Blue value is 138 (54.30% from 255 or 24.86% from 555); Max value from RGB is 214 - color contains mainly: red. Hex color #D6CB8A is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D6CB8A is #293475. Grayscale: #C7C7C7. Windows color (decimal): -2700406 or 9096150. OLE color: 9096150.

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

Color convert

RGB214203138-
CMYK00.050.360.16
HSL51.32º48.1%69.02%-
HSV(B)51.32º35.51%83.92%-
XYZ53.6758.8432.57-
YUV198.8893.64138.79-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 38.56%
GREEN value IS 203 (79.69% from 255) = 36.58%
BLUE value IS 138 (54.30% from 255) = 24.86%
R=38.56%
G=36.58%
B=24.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.36
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21420313800.050.360.1651.3248.169.02
HexD6CB8A052410333045
Octal3263132120544206360105
Binary1101011011001011100010100101100100100001100111100001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D6CB8A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D6CB8A; }

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

 H1.HeaderClassName
 {
   color: #D6CB8A;
 }
 .AnyTagClassName
 {
   color: #D6CB8A;
 }
</style>
background-color css

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

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

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

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

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

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