#D5AB7D

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

Shades of Calico #D5AB7D

Tints of Calico #D5AB7D

Color information

#D5AB7D (or 0xD5AB7D) is unknown color: approx Calico. HEX triplet: D5, AB and 7D. RGB value is (213,171,125). Sum of RGB (Red+Green+Blue) = 213+171+125=509 (67% of max value = 765). Red value is 213 (83.59% from 255 or 41.85% from 509); Green value is 171 (67.19% from 255 or 33.60% from 509); Blue value is 125 (49.22% from 255 or 24.56% from 509); Max value from RGB is 213 - color contains mainly: red. Hex color #D5AB7D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D5AB7D is #2A5482. Grayscale: #B2B2B2. Windows color (decimal): -2774147 or 8235989. OLE color: 8235989.

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

Color convert

RGB213171125-
CMYK00.200.410.16
HSL31.36º51.16%66.27%-
HSV(B)31.36º41.31%83.53%-
XYZ45.7144.7525.63-
YUV178.3197.91152.74-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 41.85%
GREEN value IS 171 (67.19% from 255) = 33.60%
BLUE value IS 125 (49.22% from 255) = 24.56%
R=41.85%
G=33.60%
B=24.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.41
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21317112500.200.410.1631.3651.1666.27
HexD5AB7D01429101f3342
Octal32525317502451203763102
Binary1101010110101011111110101010010100110000111111100111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D5AB7D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D5AB7D; }

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

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

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

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

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

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

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

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