#D6C27D

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

Shades of Winter Hazel #D6C27D

Tints of Winter Hazel #D6C27D

Color information

#D6C27D (or 0xD6C27D) is unknown color: approx Winter Hazel. HEX triplet: D6, C2 and 7D. RGB value is (214,194,125). Sum of RGB (Red+Green+Blue) = 214+194+125=533 (70% of max value = 765). Red value is 214 (83.98% from 255 or 40.15% from 533); Green value is 194 (76.17% from 255 or 36.40% from 533); Blue value is 125 (49.22% from 255 or 23.45% from 533); Max value from RGB is 214 - color contains mainly: red. Hex color #D6C27D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D6C27D is #293D82. Grayscale: #C0C0C0. Windows color (decimal): -2702723 or 8241878. OLE color: 8241878.

HSL color Cylindrical-coordinate representation of color #D6C27D: hue angle of 46.52º degrees, saturation: 0.52, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #D6C27D is Cyan = 0, Magento = 0.09, Yellow = 0.42 and Black (K on CMYK) = 0.16.

Color convert

RGB214194125-
CMYK00.090.420.16
HSL46.52º52.05%66.47%-
HSV(B)46.52º41.59%83.92%-
XYZ50.7354.3627.22-
YUV192.1190.13143.61-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 40.15%
GREEN value IS 194 (76.17% from 255) = 36.40%
BLUE value IS 125 (49.22% from 255) = 23.45%
R=40.15%
G=36.40%
B=23.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.42
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21419412500.090.420.1646.5252.0566.47
HexD6C27D092A102f3442
Octal32630217501152205764102
Binary1101011011000010111110101001101010100001011111101001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D6C27D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D6C27D; }

 p { color: rgb(214,194,125); }

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

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

 a { background-color: rgb(214,194,125); }

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

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

 span { border-color: rgb(214,194,125); }

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