#D6C58D

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

Shades of Winter Hazel #D6C58D

Tints of Winter Hazel #D6C58D

Color information

#D6C58D (or 0xD6C58D) is unknown color: approx Winter Hazel. HEX triplet: D6, C5 and 8D. RGB value is (214,197,141). Sum of RGB (Red+Green+Blue) = 214+197+141=552 (73% of max value = 765). Red value is 214 (83.98% from 255 or 38.77% from 552); Green value is 197 (77.34% from 255 or 35.69% from 552); Blue value is 141 (55.47% from 255 or 25.54% from 552); Max value from RGB is 214 - color contains mainly: red. Hex color #D6C58D is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D6C58D is #293A72. Grayscale: #C3C3C3. Windows color (decimal): -2701939 or 9291222. OLE color: 9291222.

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

Color convert

RGB214197141-
CMYK00.080.340.16
HSL46.03º47.1%69.61%-
HSV(B)46.03º34.11%83.92%-
XYZ52.5156.1533.27-
YUV195.797.13141.05-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 38.77%
GREEN value IS 197 (77.34% from 255) = 35.69%
BLUE value IS 141 (55.47% from 255) = 25.54%
R=38.77%
G=35.69%
B=25.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.34
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21419714100.080.340.1646.0347.169.61
HexD6C58D0822102e2f46
Octal32630521501042205657106
Binary11010110110001011000110101000100010100001011101011111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D6C58D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D6C58D; }

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

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

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

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

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

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

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

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