#D6CA8B

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

Shades of Winter Hazel #D6CA8B

Tints of Winter Hazel #D6CA8B

Color information

#D6CA8B (or 0xD6CA8B) is unknown color: approx Winter Hazel. HEX triplet: D6, CA and 8B. RGB value is (214,202,139). Sum of RGB (Red+Green+Blue) = 214+202+139=555 (73% of max value = 765). Red value is 214 (83.98% from 255 or 38.56% from 555); Green value is 202 (79.30% from 255 or 36.40% from 555); Blue value is 139 (54.69% from 255 or 25.05% from 555); Max value from RGB is 214 - color contains mainly: red. Hex color #D6CA8B is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D6CA8B is #293574. Grayscale: #C6C6C6. Windows color (decimal): -2700661 or 9161430. OLE color: 9161430.

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

Color convert

RGB214202139-
CMYK00.060.350.16
HSL50.4º47.77%69.22%-
HSV(B)50.4º35.05%83.92%-
XYZ53.5158.432.88-
YUV198.4194.48139.12-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 38.56%
GREEN value IS 202 (79.30% from 255) = 36.40%
BLUE value IS 139 (54.69% from 255) = 25.05%
R=38.56%
G=36.40%
B=25.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.35
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21420213900.060.350.1650.447.7769.22
HexD6CA8B062310323045
Octal3263122130643206260105
Binary1101011011001010100010110110100011100001100101100001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D6CA8B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D6CA8B; }

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

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

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

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

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

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

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

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