#D1AF7B

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

Shades of Calico #D1AF7B

Tints of Calico #D1AF7B

Color information

#D1AF7B (or 0xD1AF7B) is unknown color: approx Calico. HEX triplet: D1, AF and 7B. RGB value is (209,175,123). Sum of RGB (Red+Green+Blue) = 209+175+123=507 (67% of max value = 765). Red value is 209 (82.03% from 255 or 41.22% from 507); Green value is 175 (68.75% from 255 or 34.52% from 507); Blue value is 123 (48.44% from 255 or 24.26% from 507); Max value from RGB is 209 - color contains mainly: red. Hex color #D1AF7B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D1AF7B is #2E5084. Grayscale: #B3B3B3. Windows color (decimal): -3035269 or 8105937. OLE color: 8105937.

HSL color Cylindrical-coordinate representation of color #D1AF7B: hue angle of 36.28º degrees, saturation: 0.48, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #D1AF7B is Cyan = 0, Magento = 0.16, Yellow = 0.41 and Black (K on CMYK) = 0.18.

Color convert

RGB209175123-
CMYK00.160.410.18
HSL36.28º48.31%65.1%-
HSV(B)36.28º41.15%81.96%-
XYZ45.245.6525.17-
YUV179.2496.26149.23-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 41.22%
GREEN value IS 175 (68.75% from 255) = 34.52%
BLUE value IS 123 (48.44% from 255) = 24.26%
R=41.22%
G=34.52%
B=24.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.41
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal20917512300.160.410.1836.2848.3165.1
HexD1AF7B0102912243041
Octal32125717302051224460101
Binary11010001101011111111011010000101001100101001001100001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D1AF7B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D1AF7B; }

 p { color: rgb(209,175,123); }

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

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

 a { background-color: rgb(209,175,123); }

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

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

 span { border-color: rgb(209,175,123); }

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