#D5AD78

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

Shades of Calico #D5AD78

Tints of Calico #D5AD78

Color information

#D5AD78 (or 0xD5AD78) is unknown color: approx Calico. HEX triplet: D5, AD and 78. RGB value is (213,173,120). Sum of RGB (Red+Green+Blue) = 213+173+120=506 (67% of max value = 765). Red value is 213 (83.59% from 255 or 42.09% from 506); Green value is 173 (67.97% from 255 or 34.19% from 506); Blue value is 120 (47.27% from 255 or 23.72% from 506); Max value from RGB is 213 - color contains mainly: red. Hex color #D5AD78 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D5AD78 is #2A5287. Grayscale: #B3B3B3. Windows color (decimal): -2773640 or 7908821. OLE color: 7908821.

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

Color convert

RGB213173120-
CMYK00.190.440.16
HSL34.19º52.54%65.29%-
HSV(B)34.19º43.66%83.53%-
XYZ45.7745.3924.12-
YUV178.9294.75152.31-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 42.09%
GREEN value IS 173 (67.97% from 255) = 34.19%
BLUE value IS 120 (47.27% from 255) = 23.72%
R=42.09%
G=34.19%
B=23.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.44
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21317312000.190.440.1634.1952.5465.29
HexD5AD780132C10223541
Octal32525517002354204265101
Binary11010101101011011111000010011101100100001000101101011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D5AD78

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D5AD78; }

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

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

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

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

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

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

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

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