#DAAE81

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

Shades of Calico #DAAE81

Tints of Calico #DAAE81

Color information

#DAAE81 (or 0xDAAE81) is unknown color: approx Calico. HEX triplet: DA, AE and 81. RGB value is (218,174,129). Sum of RGB (Red+Green+Blue) = 218+174+129=521 (69% of max value = 765). Red value is 218 (85.55% from 255 or 41.84% from 521); Green value is 174 (68.36% from 255 or 33.40% from 521); Blue value is 129 (50.78% from 255 or 24.76% from 521); Max value from RGB is 218 - color contains mainly: red. Hex color #DAAE81 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DAAE81 is #25517E. Grayscale: #B6B6B6. Windows color (decimal): -2445695 or 8498906. OLE color: 8498906.

HSL color Cylindrical-coordinate representation of color #DAAE81: hue angle of 30.34º degrees, saturation: 0.55, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #DAAE81 is Cyan = 0, Magento = 0.20, Yellow = 0.41 and Black (K on CMYK) = 0.15.

Color convert

RGB218174129-
CMYK00.200.410.15
HSL30.34º54.6%68.04%-
HSV(B)30.34º40.83%85.49%-
XYZ48.0146.7627.26-
YUV182.0398.08153.66-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 41.84%
GREEN value IS 174 (68.36% from 255) = 33.40%
BLUE value IS 129 (50.78% from 255) = 24.76%
R=41.84%
G=33.40%
B=24.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.41
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21817412900.200.410.1530.3454.668.04
HexDAAE8101429F1e3744
Octal33225620102451173667104
Binary1101101010101110100000010101001010011111111101101111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAAE81

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAAE81; }

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

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

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

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

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

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

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

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