#DAB180

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

Shades of Calico #DAB180

Tints of Calico #DAB180

Color information

#DAB180 (or 0xDAB180) is unknown color: approx Calico. HEX triplet: DA, B1 and 80. RGB value is (218,177,128). Sum of RGB (Red+Green+Blue) = 218+177+128=523 (69% of max value = 765). Red value is 218 (85.55% from 255 or 41.68% from 523); Green value is 177 (69.53% from 255 or 33.84% from 523); Blue value is 128 (50.39% from 255 or 24.47% from 523); Max value from RGB is 218 - color contains mainly: red. Hex color #DAB180 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DAB180 is #254E7F. Grayscale: #B7B7B7. Windows color (decimal): -2444928 or 8434138. OLE color: 8434138.

HSL color Cylindrical-coordinate representation of color #DAB180: hue angle of 32.67º 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 #DAB180 is Cyan = 0, Magento = 0.19, Yellow = 0.41 and Black (K on CMYK) = 0.15.

Color convert

RGB218177128-
CMYK00.190.410.15
HSL32.67º54.88%67.84%-
HSV(B)32.67º41.28%85.49%-
XYZ48.5347.9127.11-
YUV183.6796.58152.48-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 41.68%
GREEN value IS 177 (69.53% from 255) = 33.84%
BLUE value IS 128 (50.39% from 255) = 24.47%
R=41.68%
G=33.84%
B=24.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.41
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21817712800.190.410.1532.6754.8867.84
HexDAB18001329F213744
Octal33226120002351174167104
Binary11011010101100011000000001001110100111111000011101111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAB180

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAB180; }

 p { color: rgb(218,177,128); }

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

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

 a { background-color: rgb(218,177,128); }

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

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

 span { border-color: rgb(218,177,128); }

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