#D5AD82

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

Shades of Calico #D5AD82

Tints of Calico #D5AD82

Color information

#D5AD82 (or 0xD5AD82) is unknown color: approx Calico. HEX triplet: D5, AD and 82. RGB value is (213,173,130). Sum of RGB (Red+Green+Blue) = 213+173+130=516 (68% of max value = 765). Red value is 213 (83.59% from 255 or 41.28% from 516); Green value is 173 (67.97% from 255 or 33.53% from 516); Blue value is 130 (51.17% from 255 or 25.19% from 516); Max value from RGB is 213 - color contains mainly: red. Hex color #D5AD82 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D5AD82 is #2A527D. Grayscale: #B4B4B4. Windows color (decimal): -2773630 or 8564181. OLE color: 8564181.

HSL color Cylindrical-coordinate representation of color #D5AD82: hue angle of 31.08º 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 #D5AD82 is Cyan = 0, Magento = 0.19, Yellow = 0.39 and Black (K on CMYK) = 0.16.

Color convert

RGB213173130-
CMYK00.190.390.16
HSL31.08º49.7%67.25%-
HSV(B)31.08º38.97%83.53%-
XYZ46.4145.6427.48-
YUV180.0699.75151.5-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 41.28%
GREEN value IS 173 (67.97% from 255) = 33.53%
BLUE value IS 130 (51.17% from 255) = 25.19%
R=41.28%
G=33.53%
B=25.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.39
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21317313000.190.390.1631.0849.767.25
HexD5AD8201327101f3243
Octal32525520202347203762103
Binary11010101101011011000001001001110011110000111111100101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D5AD82

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D5AD82; }

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

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

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

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

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

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

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

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