#DAAE88

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

Shades of Calico #DAAE88

Tints of Calico #DAAE88

Color information

#DAAE88 (or 0xDAAE88) is unknown color: approx Calico. HEX triplet: DA, AE and 88. RGB value is (218,174,136). Sum of RGB (Red+Green+Blue) = 218+174+136=528 (69% of max value = 765). Red value is 218 (85.55% from 255 or 41.29% from 528); Green value is 174 (68.36% from 255 or 32.95% from 528); Blue value is 136 (53.52% from 255 or 25.76% from 528); Max value from RGB is 218 - color contains mainly: red. Hex color #DAAE88 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DAAE88 is #255177. Grayscale: #B7B7B7. Windows color (decimal): -2445688 or 8957658. OLE color: 8957658.

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

Color convert

RGB218174136-
CMYK00.200.380.15
HSL27.8º52.56%69.41%-
HSV(B)27.8º37.61%85.49%-
XYZ48.4946.9629.8-
YUV182.82101.58153.09-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 41.29%
GREEN value IS 174 (68.36% from 255) = 32.95%
BLUE value IS 136 (53.52% from 255) = 25.76%
R=41.29%
G=32.95%
B=25.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.38
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21817413600.200.380.1527.852.5669.41
HexDAAE8801426F1c3545
Octal33225621002446173465105
Binary1101101010101110100010000101001001101111111001101011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAAE88

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAAE88; }

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

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

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

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

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

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

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

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