#D5AB8C

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

Shades of Calico #D5AB8C

Tints of Calico #D5AB8C

Color information

#D5AB8C (or 0xD5AB8C) is unknown color: approx Calico. HEX triplet: D5, AB and 8C. RGB value is (213,171,140). Sum of RGB (Red+Green+Blue) = 213+171+140=524 (69% of max value = 765). Red value is 213 (83.59% from 255 or 40.65% from 524); Green value is 171 (67.19% from 255 or 32.63% from 524); Blue value is 140 (55.08% from 255 or 26.72% from 524); Max value from RGB is 213 - color contains mainly: red. Hex color #D5AB8C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D5AB8C is #2A5473. Grayscale: #B4B4B4. Windows color (decimal): -2774132 or 9219029. OLE color: 9219029.

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

Color convert

RGB213171140-
CMYK00.200.340.16
HSL25.48º46.5%69.22%-
HSV(B)25.48º34.27%83.53%-
XYZ46.7445.1731.07-
YUV180.02105.41151.52-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 40.65%
GREEN value IS 171 (67.19% from 255) = 32.63%
BLUE value IS 140 (55.08% from 255) = 26.72%
R=40.65%
G=32.63%
B=26.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.34
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21317114000.200.340.1625.4846.569.22
HexD5AB8C0142210192e45
Octal32525321402442203156105
Binary11010101101010111000110001010010001010000110011011101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D5AB8C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D5AB8C; }

 p { color: rgb(213,171,140); }

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

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

 a { background-color: rgb(213,171,140); }

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

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

 span { border-color: rgb(213,171,140); }

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