#D7AB7D

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

Shades of Calico #D7AB7D

Tints of Calico #D7AB7D

Color information

#D7AB7D (or 0xD7AB7D) is unknown color: approx Calico. HEX triplet: D7, AB and 7D. RGB value is (215,171,125). Sum of RGB (Red+Green+Blue) = 215+171+125=511 (67% of max value = 765). Red value is 215 (84.38% from 255 or 42.07% from 511); Green value is 171 (67.19% from 255 or 33.46% from 511); Blue value is 125 (49.22% from 255 or 24.46% from 511); Max value from RGB is 215 - color contains mainly: red. Hex color #D7AB7D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D7AB7D is #285482. Grayscale: #B3B3B3. Windows color (decimal): -2643075 or 8235991. OLE color: 8235991.

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

Color convert

RGB215171125-
CMYK00.200.420.16
HSL30.67º52.94%66.67%-
HSV(B)30.67º41.86%84.31%-
XYZ46.2945.0525.66-
YUV178.9197.58153.74-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 42.07%
GREEN value IS 171 (67.19% from 255) = 33.46%
BLUE value IS 125 (49.22% from 255) = 24.46%
R=42.07%
G=33.46%
B=24.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.42
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21517112500.200.420.1630.6752.9466.67
HexD7AB7D0142A101f3543
Octal32725317502452203765103
Binary1101011110101011111110101010010101010000111111101011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D7AB7D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D7AB7D; }

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

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

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

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

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

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

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

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