#D5AB8D

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

Shades of Calico #D5AB8D

Tints of Calico #D5AB8D

Color information

#D5AB8D (or 0xD5AB8D) is unknown color: approx Calico. HEX triplet: D5, AB and 8D. RGB value is (213,171,141). Sum of RGB (Red+Green+Blue) = 213+171+141=525 (69% of max value = 765). Red value is 213 (83.59% from 255 or 40.57% from 525); Green value is 171 (67.19% from 255 or 32.57% from 525); Blue value is 141 (55.47% from 255 or 26.86% from 525); Max value from RGB is 213 - color contains mainly: red. Hex color #D5AB8D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D5AB8D is #2A5472. Grayscale: #B4B4B4. Windows color (decimal): -2774131 or 9284565. OLE color: 9284565.

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

Color convert

RGB213171141-
CMYK00.200.340.16
HSL25º46.15%69.41%-
HSV(B)25º33.8%83.53%-
XYZ46.8145.231.46-
YUV180.14105.91151.44-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 40.57%
GREEN value IS 171 (67.19% from 255) = 32.57%
BLUE value IS 141 (55.47% from 255) = 26.86%
R=40.57%
G=32.57%
B=26.86%

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
Decimal21317114100.200.340.162546.1569.41
HexD5AB8D0142210192e45
Octal32525321502442203156105
Binary11010101101010111000110101010010001010000110011011101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D5AB8D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D5AB8D; }

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

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

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

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

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

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

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

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