#D6CA8D

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

Shades of Winter Hazel #D6CA8D

Tints of Winter Hazel #D6CA8D

Color information

#D6CA8D (or 0xD6CA8D) is unknown color: approx Winter Hazel. HEX triplet: D6, CA and 8D. RGB value is (214,202,141). Sum of RGB (Red+Green+Blue) = 214+202+141=557 (73% of max value = 765). Red value is 214 (83.98% from 255 or 38.42% from 557); Green value is 202 (79.30% from 255 or 36.27% from 557); Blue value is 141 (55.47% from 255 or 25.31% from 557); Max value from RGB is 214 - color contains mainly: red. Hex color #D6CA8D is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D6CA8D is #293572. Grayscale: #C6C6C6. Windows color (decimal): -2700659 or 9292502. OLE color: 9292502.

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

Color convert

RGB214202141-
CMYK00.060.340.16
HSL50.14º47.1%69.61%-
HSV(B)50.14º34.11%83.92%-
XYZ53.6658.4633.66-
YUV198.6395.48138.96-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 38.42%
GREEN value IS 202 (79.30% from 255) = 36.27%
BLUE value IS 141 (55.47% from 255) = 25.31%
R=38.42%
G=36.27%
B=25.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.34
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21420214100.060.340.1650.1447.169.61
HexD6CA8D062210322f46
Octal3263122150642206257106
Binary1101011011001010100011010110100010100001100101011111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D6CA8D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D6CA8D; }

 p { color: rgb(214,202,141); }

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

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

 a { background-color: rgb(214,202,141); }

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

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

 span { border-color: rgb(214,202,141); }

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