#D5CE8B

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

Shades of Winter Hazel #D5CE8B

Tints of Winter Hazel #D5CE8B

Color information

#D5CE8B (or 0xD5CE8B) is unknown color: approx Winter Hazel. HEX triplet: D5, CE and 8B. RGB value is (213,206,139). Sum of RGB (Red+Green+Blue) = 213+206+139=558 (73% of max value = 765). Red value is 213 (83.59% from 255 or 38.17% from 558); Green value is 206 (80.86% from 255 or 36.92% from 558); Blue value is 139 (54.69% from 255 or 24.91% from 558); Max value from RGB is 213 - color contains mainly: red. Hex color #D5CE8B is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D5CE8B is #2A3174. Grayscale: #C8C8C8. Windows color (decimal): -2765173 or 9162453. OLE color: 9162453.

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

Color convert

RGB213206139-
CMYK00.030.350.16
HSL54.32º46.84%69.02%-
HSV(B)54.32º34.74%83.53%-
XYZ54.1760.1533.18-
YUV200.4693.32136.95-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 38.17%
GREEN value IS 206 (80.86% from 255) = 36.92%
BLUE value IS 139 (54.69% from 255) = 24.91%
R=38.17%
G=36.92%
B=24.91%

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
Decimal21320613900.030.350.1654.3246.8469.02
HexD5CE8B032310362f45
Octal3253162130343206657105
Binary110101011100111010001011011100011100001101101011111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D5CE8B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D5CE8B; }

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

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

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

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

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

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

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

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