#D5CA85

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

Shades of Winter Hazel #D5CA85

Tints of Winter Hazel #D5CA85

Color information

#D5CA85 (or 0xD5CA85) is unknown color: approx Winter Hazel. HEX triplet: D5, CA and 85. RGB value is (213,202,133). Sum of RGB (Red+Green+Blue) = 213+202+133=548 (72% of max value = 765). Red value is 213 (83.59% from 255 or 38.87% from 548); Green value is 202 (79.30% from 255 or 36.86% from 548); Blue value is 133 (52.34% from 255 or 24.27% from 548); Max value from RGB is 213 - color contains mainly: red. Hex color #D5CA85 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D5CA85 is #2A357A. Grayscale: #C5C5C5. Windows color (decimal): -2766203 or 8768213. OLE color: 8768213.

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

Color convert

RGB213202133-
CMYK00.050.380.16
HSL51.75º48.78%67.84%-
HSV(B)51.75º37.56%83.53%-
XYZ52.7958.0830.62-
YUV197.4291.64139.11-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 38.87%
GREEN value IS 202 (79.30% from 255) = 36.86%
BLUE value IS 133 (52.34% from 255) = 24.27%
R=38.87%
G=36.86%
B=24.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.38
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21320213300.050.380.1651.7548.7867.84
HexD5CA85052610343144
Octal3253122050546206461104
Binary1101010111001010100001010101100110100001101001100011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D5CA85

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D5CA85; }

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

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

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

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

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

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

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

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