#D5AF82

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

Shades of Calico #D5AF82

Tints of Calico #D5AF82

Color information

#D5AF82 (or 0xD5AF82) is unknown color: approx Calico. HEX triplet: D5, AF and 82. RGB value is (213,175,130). Sum of RGB (Red+Green+Blue) = 213+175+130=518 (68% of max value = 765). Red value is 213 (83.59% from 255 or 41.12% from 518); Green value is 175 (68.75% from 255 or 33.78% from 518); Blue value is 130 (51.17% from 255 or 25.10% from 518); Max value from RGB is 213 - color contains mainly: red. Hex color #D5AF82 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D5AF82 is #2A507D. Grayscale: #B5B5B5. Windows color (decimal): -2773118 or 8564693. OLE color: 8564693.

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

Color convert

RGB213175130-
CMYK00.180.390.16
HSL32.53º49.7%67.25%-
HSV(B)32.53º38.97%83.53%-
XYZ46.846.4227.61-
YUV181.2399.09150.66-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 41.12%
GREEN value IS 175 (68.75% from 255) = 33.78%
BLUE value IS 130 (51.17% from 255) = 25.10%
R=41.12%
G=33.78%
B=25.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.39
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21317513000.180.390.1632.5349.767.25
HexD5AF820122710213243
Octal32525720202247204162103
Binary110101011010111110000010010010100111100001000011100101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D5AF82

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D5AF82; }

 p { color: rgb(213,175,130); }

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

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

 a { background-color: rgb(213,175,130); }

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

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

 span { border-color: rgb(213,175,130); }

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