#D0AE81

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

Shades of Calico #D0AE81

Tints of Calico #D0AE81

Color information

#D0AE81 (or 0xD0AE81) is unknown color: approx Calico. HEX triplet: D0, AE and 81. RGB value is (208,174,129). Sum of RGB (Red+Green+Blue) = 208+174+129=511 (67% of max value = 765). Red value is 208 (81.64% from 255 or 40.70% from 511); Green value is 174 (68.36% from 255 or 34.05% from 511); Blue value is 129 (50.78% from 255 or 25.24% from 511); Max value from RGB is 208 - color contains mainly: red. Hex color #D0AE81 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D0AE81 is #2F517E. Grayscale: #B3B3B3. Windows color (decimal): -3101055 or 8498896. OLE color: 8498896.

HSL color Cylindrical-coordinate representation of color #D0AE81: hue angle of 34.18º degrees, saturation: 0.46, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #D0AE81 is Cyan = 0, Magento = 0.16, Yellow = 0.38 and Black (K on CMYK) = 0.18.

Color convert

RGB208174129-
CMYK00.160.380.18
HSL34.18º45.66%66.08%-
HSV(B)34.18º37.98%81.57%-
XYZ45.1145.2727.13-
YUV179.0499.76148.66-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 40.70%
GREEN value IS 174 (68.36% from 255) = 34.05%
BLUE value IS 129 (50.78% from 255) = 25.24%
R=40.70%
G=34.05%
B=25.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.38
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal20817412900.160.380.1834.1845.6666.08
HexD0AE810102612222e42
Octal32025620102046224256102
Binary110100001010111010000001010000100110100101000101011101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D0AE81

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D0AE81; }

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

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

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

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

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

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

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

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