#D4AD85

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

Shades of Calico #D4AD85

Tints of Calico #D4AD85

Color information

#D4AD85 (or 0xD4AD85) is unknown color: approx Calico. HEX triplet: D4, AD and 85. RGB value is (212,173,133). Sum of RGB (Red+Green+Blue) = 212+173+133=518 (68% of max value = 765). Red value is 212 (83.20% from 255 or 40.93% from 518); Green value is 173 (67.97% from 255 or 33.40% from 518); Blue value is 133 (52.34% from 255 or 25.68% from 518); Max value from RGB is 212 - color contains mainly: red. Hex color #D4AD85 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D4AD85 is #2B527A. Grayscale: #B4B4B4. Windows color (decimal): -2839163 or 8760788. OLE color: 8760788.

HSL color Cylindrical-coordinate representation of color #D4AD85: hue angle of 30.38º degrees, saturation: 0.48, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #D4AD85 is Cyan = 0, Magento = 0.18, Yellow = 0.37 and Black (K on CMYK) = 0.17.

Color convert

RGB212173133-
CMYK00.180.370.17
HSL30.38º47.88%67.65%-
HSV(B)30.38º37.26%83.14%-
XYZ46.3345.5828.55-
YUV180.1101.42150.75-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 40.93%
GREEN value IS 173 (67.97% from 255) = 33.40%
BLUE value IS 133 (52.34% from 255) = 25.68%
R=40.93%
G=33.40%
B=25.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.37
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal21217313300.180.370.1730.3847.8867.65
HexD4AD8501225111e3044
Octal32425520502245213660104
Binary11010100101011011000010101001010010110001111101100001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D4AD85

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D4AD85; }

 p { color: rgb(212,173,133); }

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

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

 a { background-color: rgb(212,173,133); }

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

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

 span { border-color: rgb(212,173,133); }

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