#D8AF7B

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

Shades of Calico #D8AF7B

Tints of Calico #D8AF7B

Color information

#D8AF7B (or 0xD8AF7B) is unknown color: approx Calico. HEX triplet: D8, AF and 7B. RGB value is (216,175,123). Sum of RGB (Red+Green+Blue) = 216+175+123=514 (68% of max value = 765). Red value is 216 (84.77% from 255 or 42.02% from 514); Green value is 175 (68.75% from 255 or 34.05% from 514); Blue value is 123 (48.44% from 255 or 23.93% from 514); Max value from RGB is 216 - color contains mainly: red. Hex color #D8AF7B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D8AF7B is #275084. Grayscale: #B5B5B5. Windows color (decimal): -2576517 or 8105944. OLE color: 8105944.

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

Color convert

RGB216175123-
CMYK00.190.430.15
HSL33.55º54.39%66.47%-
HSV(B)33.55º43.06%84.71%-
XYZ47.2246.6925.26-
YUV181.3395.08152.73-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 42.02%
GREEN value IS 175 (68.75% from 255) = 34.05%
BLUE value IS 123 (48.44% from 255) = 23.93%
R=42.02%
G=34.05%
B=23.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.43
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21617512300.190.430.1533.5554.3966.47
HexD8AF7B0132BF223642
Octal33025717302353174266102
Binary1101100010101111111101101001110101111111000101101101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D8AF7B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D8AF7B; }

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

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

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

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

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

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

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

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