#D9AC83

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

Shades of Calico #D9AC83

Tints of Calico #D9AC83

Color information

#D9AC83 (or 0xD9AC83) is unknown color: approx Calico. HEX triplet: D9, AC and 83. RGB value is (217,172,131). Sum of RGB (Red+Green+Blue) = 217+172+131=520 (68% of max value = 765). Red value is 217 (85.16% from 255 or 41.73% from 520); Green value is 172 (67.58% from 255 or 33.08% from 520); Blue value is 131 (51.56% from 255 or 25.19% from 520); Max value from RGB is 217 - color contains mainly: red. Hex color #D9AC83 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D9AC83 is #26537C. Grayscale: #B4B4B4. Windows color (decimal): -2511741 or 8629465. OLE color: 8629465.

HSL color Cylindrical-coordinate representation of color #D9AC83: hue angle of 28.6º degrees, saturation: 0.53, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #D9AC83 is Cyan = 0, Magento = 0.21, Yellow = 0.40 and Black (K on CMYK) = 0.15.

Color convert

RGB217172131-
CMYK00.210.400.15
HSL28.6º53.09%68.24%-
HSV(B)28.6º39.63%85.1%-
XYZ47.4645.927.83-
YUV180.7899.91153.83-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 41.73%
GREEN value IS 172 (67.58% from 255) = 33.08%
BLUE value IS 131 (51.56% from 255) = 25.19%
R=41.73%
G=33.08%
B=25.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.40
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21717213100.210.400.1528.653.0968.24
HexD9AC8301528F1d3544
Octal33125420302550173565104
Binary1101100110101100100000110101011010001111111011101011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D9AC83

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D9AC83; }

 p { color: rgb(217,172,131); }

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

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

 a { background-color: rgb(217,172,131); }

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

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

 span { border-color: rgb(217,172,131); }

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