#D5C68A

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

Shades of Winter Hazel #D5C68A

Tints of Winter Hazel #D5C68A

Color information

#D5C68A (or 0xD5C68A) is unknown color: approx Winter Hazel. HEX triplet: D5, C6 and 8A. RGB value is (213,198,138). Sum of RGB (Red+Green+Blue) = 213+198+138=549 (72% of max value = 765). Red value is 213 (83.59% from 255 or 38.80% from 549); Green value is 198 (77.73% from 255 or 36.07% from 549); Blue value is 138 (54.30% from 255 or 25.14% from 549); Max value from RGB is 213 - color contains mainly: red. Hex color #D5C68A is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D5C68A is #2A3975. Grayscale: #C3C3C3. Windows color (decimal): -2767222 or 9094869. OLE color: 9094869.

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

Color convert

RGB213198138-
CMYK00.070.350.16
HSL48º47.17%68.82%-
HSV(B)48º35.21%83.53%-
XYZ52.2256.3732.17-
YUV195.6495.47140.38-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 38.80%
GREEN value IS 198 (77.73% from 255) = 36.07%
BLUE value IS 138 (54.30% from 255) = 25.14%
R=38.80%
G=36.07%
B=25.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.35
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21319813800.070.350.164847.1768.82
HexD5C68A072310302f45
Octal3253062120743206057105
Binary1101010111000110100010100111100011100001100001011111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D5C68A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D5C68A; }

 p { color: rgb(213,198,138); }

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

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

 a { background-color: rgb(213,198,138); }

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

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

 span { border-color: rgb(213,198,138); }

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