#D5AD79

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

Shades of Calico #D5AD79

Tints of Calico #D5AD79

Color information

#D5AD79 (or 0xD5AD79) is unknown color: approx Calico. HEX triplet: D5, AD and 79. RGB value is (213,173,121). Sum of RGB (Red+Green+Blue) = 213+173+121=507 (67% of max value = 765). Red value is 213 (83.59% from 255 or 42.01% from 507); Green value is 173 (67.97% from 255 or 34.12% from 507); Blue value is 121 (47.66% from 255 or 23.87% from 507); Max value from RGB is 213 - color contains mainly: red. Hex color #D5AD79 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D5AD79 is #2A5286. Grayscale: #B3B3B3. Windows color (decimal): -2773639 or 7974357. OLE color: 7974357.

HSL color Cylindrical-coordinate representation of color #D5AD79: hue angle of 33.91º degrees, saturation: 0.52, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #D5AD79 is Cyan = 0, Magento = 0.19, Yellow = 0.43 and Black (K on CMYK) = 0.16.

Color convert

RGB213173121-
CMYK00.190.430.16
HSL33.91º52.27%65.49%-
HSV(B)33.91º43.19%83.53%-
XYZ45.8445.4124.44-
YUV179.0395.25152.23-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 42.01%
GREEN value IS 173 (67.97% from 255) = 34.12%
BLUE value IS 121 (47.66% from 255) = 23.87%
R=42.01%
G=34.12%
B=23.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.43
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21317312100.190.430.1633.9152.2765.49
HexD5AD790132B10223441
Octal32525517102353204264101
Binary11010101101011011111001010011101011100001000101101001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D5AD79

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D5AD79; }

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

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

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

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

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

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

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

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