#D5CD84

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

Shades of Winter Hazel #D5CD84

Tints of Winter Hazel #D5CD84

Color information

#D5CD84 (or 0xD5CD84) is unknown color: approx Winter Hazel. HEX triplet: D5, CD and 84. RGB value is (213,205,132). Sum of RGB (Red+Green+Blue) = 213+205+132=550 (72% of max value = 765). Red value is 213 (83.59% from 255 or 38.73% from 550); Green value is 205 (80.47% from 255 or 37.27% from 550); Blue value is 132 (51.95% from 255 or 24% from 550); Max value from RGB is 213 - color contains mainly: red. Hex color #D5CD84 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D5CD84 is #2A327B. Grayscale: #C7C7C7. Windows color (decimal): -2765436 or 8703445. OLE color: 8703445.

HSL color Cylindrical-coordinate representation of color #D5CD84: hue angle of 54.07º degrees, saturation: 0.49, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #D5CD84 is Cyan = 0, Magento = 0.04, Yellow = 0.38 and Black (K on CMYK) = 0.16.

Color convert

RGB213205132-
CMYK00.040.380.16
HSL54.07º49.09%67.65%-
HSV(B)54.07º38.03%83.53%-
XYZ53.4459.4730.49-
YUV199.0790.15137.94-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 38.73%
GREEN value IS 205 (80.47% from 255) = 37.27%
BLUE value IS 132 (51.95% from 255) = 24%
R=38.73%
G=37.27%
B=24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.38
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21320513200.040.380.1654.0749.0967.65
HexD5CD84042610363144
Octal3253152040446206661104
Binary1101010111001101100001000100100110100001101101100011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D5CD84

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D5CD84; }

 p { color: rgb(213,205,132); }

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

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

 a { background-color: rgb(213,205,132); }

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

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

 span { border-color: rgb(213,205,132); }

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