#D7C68D

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

Shades of Winter Hazel #D7C68D

Tints of Winter Hazel #D7C68D

Color information

#D7C68D (or 0xD7C68D) is unknown color: approx Winter Hazel. HEX triplet: D7, C6 and 8D. RGB value is (215,198,141). Sum of RGB (Red+Green+Blue) = 215+198+141=554 (73% of max value = 765). Red value is 215 (84.38% from 255 or 38.81% from 554); Green value is 198 (77.73% from 255 or 35.74% from 554); Blue value is 141 (55.47% from 255 or 25.45% from 554); Max value from RGB is 215 - color contains mainly: red. Hex color #D7C68D is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D7C68D is #283972. Grayscale: #C4C4C4. Windows color (decimal): -2636147 or 9291479. OLE color: 9291479.

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

Color convert

RGB215198141-
CMYK00.080.340.16
HSL46.22º48.05%69.8%-
HSV(B)46.22º34.42%84.31%-
XYZ53.0356.7633.36-
YUV196.5896.63141.13-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 38.81%
GREEN value IS 198 (77.73% from 255) = 35.74%
BLUE value IS 141 (55.47% from 255) = 25.45%
R=38.81%
G=35.74%
B=25.45%

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
Decimal21519814100.080.340.1646.2248.0569.8
HexD7C68D0822102e3046
Octal32730621501042205660106
Binary11010111110001101000110101000100010100001011101100001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D7C68D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D7C68D; }

 p { color: rgb(215,198,141); }

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

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

 a { background-color: rgb(215,198,141); }

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

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

 span { border-color: rgb(215,198,141); }

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