#D5CA8A

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

Shades of Winter Hazel #D5CA8A

Tints of Winter Hazel #D5CA8A

Color information

#D5CA8A (or 0xD5CA8A) is unknown color: approx Winter Hazel. HEX triplet: D5, CA and 8A. RGB value is (213,202,138). Sum of RGB (Red+Green+Blue) = 213+202+138=553 (73% of max value = 765). Red value is 213 (83.59% from 255 or 38.52% from 553); Green value is 202 (79.30% from 255 or 36.53% from 553); Blue value is 138 (54.30% from 255 or 24.95% from 553); Max value from RGB is 213 - color contains mainly: red. Hex color #D5CA8A is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D5CA8A is #2A3575. Grayscale: #C6C6C6. Windows color (decimal): -2766198 or 9095893. OLE color: 9095893.

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

Color convert

RGB213202138-
CMYK00.050.350.16
HSL51.2º47.17%68.82%-
HSV(B)51.2º35.21%83.53%-
XYZ53.1558.2232.48-
YUV197.9994.14138.7-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 38.52%
GREEN value IS 202 (79.30% from 255) = 36.53%
BLUE value IS 138 (54.30% from 255) = 24.95%
R=38.52%
G=36.53%
B=24.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.35
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21320213800.050.350.1651.247.1768.82
HexD5CA8A052310332f45
Octal3253122120543206357105
Binary1101010111001010100010100101100011100001100111011111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D5CA8A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D5CA8A; }

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

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

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

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

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

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

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

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