#D5CD8B

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

Shades of Winter Hazel #D5CD8B

Tints of Winter Hazel #D5CD8B

Color information

#D5CD8B (or 0xD5CD8B) is unknown color: approx Winter Hazel. HEX triplet: D5, CD and 8B. RGB value is (213,205,139). Sum of RGB (Red+Green+Blue) = 213+205+139=557 (73% of max value = 765). Red value is 213 (83.59% from 255 or 38.24% from 557); Green value is 205 (80.47% from 255 or 36.80% from 557); Blue value is 139 (54.69% from 255 or 24.96% from 557); Max value from RGB is 213 - color contains mainly: red. Hex color #D5CD8B is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D5CD8B is #2A3274. Grayscale: #C8C8C8. Windows color (decimal): -2765429 or 9162197. OLE color: 9162197.

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

Color convert

RGB213205139-
CMYK00.040.350.16
HSL53.51º46.84%69.02%-
HSV(B)53.51º34.74%83.53%-
XYZ53.9359.6733.1-
YUV199.8793.65137.37-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 38.24%
GREEN value IS 205 (80.47% from 255) = 36.80%
BLUE value IS 139 (54.69% from 255) = 24.96%
R=38.24%
G=36.80%
B=24.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.35
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21320513900.040.350.1653.5146.8469.02
HexD5CD8B042310362f45
Octal3253152130443206657105
Binary1101010111001101100010110100100011100001101101011111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D5CD8B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D5CD8B; }

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

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

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

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

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

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

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

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