#D0AE7D

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

Shades of Calico #D0AE7D

Tints of Calico #D0AE7D

Color information

#D0AE7D (or 0xD0AE7D) is unknown color: approx Calico. HEX triplet: D0, AE and 7D. RGB value is (208,174,125). Sum of RGB (Red+Green+Blue) = 208+174+125=507 (67% of max value = 765). Red value is 208 (81.64% from 255 or 41.03% from 507); Green value is 174 (68.36% from 255 or 34.32% from 507); Blue value is 125 (49.22% from 255 or 24.65% from 507); Max value from RGB is 208 - color contains mainly: red. Hex color #D0AE7D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D0AE7D is #2F5182. Grayscale: #B2B2B2. Windows color (decimal): -3101059 or 8236752. OLE color: 8236752.

HSL color Cylindrical-coordinate representation of color #D0AE7D: hue angle of 35.42º degrees, saturation: 0.47, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #D0AE7D is Cyan = 0, Magento = 0.16, Yellow = 0.40 and Black (K on CMYK) = 0.18.

Color convert

RGB208174125-
CMYK00.160.400.18
HSL35.42º46.89%65.29%-
HSV(B)35.42º39.9%81.57%-
XYZ44.8545.1625.76-
YUV178.5897.76148.98-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 41.03%
GREEN value IS 174 (68.36% from 255) = 34.32%
BLUE value IS 125 (49.22% from 255) = 24.65%
R=41.03%
G=34.32%
B=24.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.40
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal20817412500.160.400.1835.4246.8965.29
HexD0AE7D0102812232f41
Octal32025617502050224357101
Binary11010000101011101111101010000101000100101000111011111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D0AE7D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D0AE7D; }

 p { color: rgb(208,174,125); }

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

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

 a { background-color: rgb(208,174,125); }

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

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

 span { border-color: rgb(208,174,125); }

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