#D5AB7F

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

Shades of Calico #D5AB7F

Tints of Calico #D5AB7F

Color information

#D5AB7F (or 0xD5AB7F) is unknown color: approx Calico. HEX triplet: D5, AB and 7F. RGB value is (213,171,127). Sum of RGB (Red+Green+Blue) = 213+171+127=511 (67% of max value = 765). Red value is 213 (83.59% from 255 or 41.68% from 511); Green value is 171 (67.19% from 255 or 33.46% from 511); Blue value is 127 (50% from 255 or 24.85% from 511); Max value from RGB is 213 - color contains mainly: red. Hex color #D5AB7F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D5AB7F is #2A5480. Grayscale: #B2B2B2. Windows color (decimal): -2774145 or 8367061. OLE color: 8367061.

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

Color convert

RGB213171127-
CMYK00.200.400.16
HSL30.7º50.59%66.67%-
HSV(B)30.7º40.38%83.53%-
XYZ45.8344.826.31-
YUV178.5498.91152.58-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 41.68%
GREEN value IS 171 (67.19% from 255) = 33.46%
BLUE value IS 127 (50% from 255) = 24.85%
R=41.68%
G=33.46%
B=24.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.40
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21317112700.200.400.1630.750.5966.67
HexD5AB7F01428101f3343
Octal32525317702450203763103
Binary1101010110101011111111101010010100010000111111100111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D5AB7F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D5AB7F; }

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

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

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

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

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

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

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

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