#D5CE8A

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

Shades of Winter Hazel #D5CE8A

Tints of Winter Hazel #D5CE8A

Color information

#D5CE8A (or 0xD5CE8A) is unknown color: approx Winter Hazel. HEX triplet: D5, CE and 8A. RGB value is (213,206,138). Sum of RGB (Red+Green+Blue) = 213+206+138=557 (73% of max value = 765). Red value is 213 (83.59% from 255 or 38.24% from 557); Green value is 206 (80.86% from 255 or 36.98% from 557); Blue value is 138 (54.30% from 255 or 24.78% from 557); Max value from RGB is 213 - color contains mainly: red. Hex color #D5CE8A is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D5CE8A is #2A3175. Grayscale: #C8C8C8. Windows color (decimal): -2765174 or 9096917. OLE color: 9096917.

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

Color convert

RGB213206138-
CMYK00.030.350.16
HSL54.4º47.17%68.82%-
HSV(B)54.4º35.21%83.53%-
XYZ54.160.1232.8-
YUV200.3492.82137.03-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 38.24%
GREEN value IS 206 (80.86% from 255) = 36.98%
BLUE value IS 138 (54.30% from 255) = 24.78%
R=38.24%
G=36.98%
B=24.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.35
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21320613800.030.350.1654.447.1768.82
HexD5CE8A032310362f45
Octal3253162120343206657105
Binary110101011100111010001010011100011100001101101011111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D5CE8A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D5CE8A; }

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

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

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

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

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

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

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

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