#D5CA88

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

Shades of Winter Hazel #D5CA88

Tints of Winter Hazel #D5CA88

Color information

#D5CA88 (or 0xD5CA88) is unknown color: approx Winter Hazel. HEX triplet: D5, CA and 88. RGB value is (213,202,136). Sum of RGB (Red+Green+Blue) = 213+202+136=551 (72% of max value = 765). Red value is 213 (83.59% from 255 or 38.66% from 551); Green value is 202 (79.30% from 255 or 36.66% from 551); Blue value is 136 (53.52% from 255 or 24.68% from 551); Max value from RGB is 213 - color contains mainly: red. Hex color #D5CA88 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D5CA88 is #2A3577. Grayscale: #C6C6C6. Windows color (decimal): -2766200 or 8964821. OLE color: 8964821.

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

Color convert

RGB213202136-
CMYK00.050.360.16
HSL51.43º47.83%68.43%-
HSV(B)51.43º36.15%83.53%-
XYZ53.0158.1631.73-
YUV197.7693.14138.87-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 38.66%
GREEN value IS 202 (79.30% from 255) = 36.66%
BLUE value IS 136 (53.52% from 255) = 24.68%
R=38.66%
G=36.66%
B=24.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.36
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21320213600.050.360.1651.4347.8368.43
HexD5CA88052410333044
Octal3253122100544206360104
Binary1101010111001010100010000101100100100001100111100001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D5CA88

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D5CA88; }

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

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

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

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

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

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

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

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