#D5AD89

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

Shades of Calico #D5AD89

Tints of Calico #D5AD89

Color information

#D5AD89 (or 0xD5AD89) is unknown color: approx Calico. HEX triplet: D5, AD and 89. RGB value is (213,173,137). Sum of RGB (Red+Green+Blue) = 213+173+137=523 (69% of max value = 765). Red value is 213 (83.59% from 255 or 40.73% from 523); Green value is 173 (67.97% from 255 or 33.08% from 523); Blue value is 137 (53.91% from 255 or 26.20% from 523); Max value from RGB is 213 - color contains mainly: red. Hex color #D5AD89 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D5AD89 is #2A5276. Grayscale: #B5B5B5. Windows color (decimal): -2773623 or 9022933. OLE color: 9022933.

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

Color convert

RGB213173137-
CMYK00.190.360.16
HSL28.42º47.5%68.63%-
HSV(B)28.42º35.68%83.53%-
XYZ46.945.8430.04-
YUV180.86103.25150.93-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 40.73%
GREEN value IS 173 (67.97% from 255) = 33.08%
BLUE value IS 137 (53.91% from 255) = 26.20%
R=40.73%
G=33.08%
B=26.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.36
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21317313700.190.360.1628.4247.568.63
HexD5AD8901324101c3045
Octal32525521102344203460105
Binary11010101101011011000100101001110010010000111001100001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D5AD89

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D5AD89; }

 p { color: rgb(213,173,137); }

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

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

 a { background-color: rgb(213,173,137); }

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

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

 span { border-color: rgb(213,173,137); }

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