#D9AF7D

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

Shades of Calico #D9AF7D

Tints of Calico #D9AF7D

Color information

#D9AF7D (or 0xD9AF7D) is unknown color: approx Calico. HEX triplet: D9, AF and 7D. RGB value is (217,175,125). Sum of RGB (Red+Green+Blue) = 217+175+125=517 (68% of max value = 765). Red value is 217 (85.16% from 255 or 41.97% from 517); Green value is 175 (68.75% from 255 or 33.85% from 517); Blue value is 125 (49.22% from 255 or 24.18% from 517); Max value from RGB is 217 - color contains mainly: red. Hex color #D9AF7D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D9AF7D is #265082. Grayscale: #B6B6B6. Windows color (decimal): -2510979 or 8237017. OLE color: 8237017.

HSL color Cylindrical-coordinate representation of color #D9AF7D: hue angle of 32.61º degrees, saturation: 0.55, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #D9AF7D is Cyan = 0, Magento = 0.19, Yellow = 0.42 and Black (K on CMYK) = 0.15.

Color convert

RGB217175125-
CMYK00.190.420.15
HSL32.61º54.76%67.06%-
HSV(B)32.61º42.4%85.1%-
XYZ47.6546.8925.94-
YUV181.8695.91153.07-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 41.97%
GREEN value IS 175 (68.75% from 255) = 33.85%
BLUE value IS 125 (49.22% from 255) = 24.18%
R=41.97%
G=33.85%
B=24.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.42
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21717512500.190.420.1532.6154.7667.06
HexD9AF7D0132AF213743
Octal33125717502352174167103
Binary1101100110101111111110101001110101011111000011101111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D9AF7D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D9AF7D; }

 p { color: rgb(217,175,125); }

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

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

 a { background-color: rgb(217,175,125); }

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

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

 span { border-color: rgb(217,175,125); }

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