#DAB182

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

Shades of Calico #DAB182

Tints of Calico #DAB182

Color information

#DAB182 (or 0xDAB182) is unknown color: approx Calico. HEX triplet: DA, B1 and 82. RGB value is (218,177,130). Sum of RGB (Red+Green+Blue) = 218+177+130=525 (69% of max value = 765). Red value is 218 (85.55% from 255 or 41.52% from 525); Green value is 177 (69.53% from 255 or 33.71% from 525); Blue value is 130 (51.17% from 255 or 24.76% from 525); Max value from RGB is 218 - color contains mainly: red. Hex color #DAB182 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DAB182 is #254E7D. Grayscale: #B8B8B8. Windows color (decimal): -2444926 or 8565210. OLE color: 8565210.

HSL color Cylindrical-coordinate representation of color #DAB182: hue angle of 32.05º degrees, saturation: 0.54, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #DAB182 is Cyan = 0, Magento = 0.19, Yellow = 0.40 and Black (K on CMYK) = 0.15.

Color convert

RGB218177130-
CMYK00.190.400.15
HSL32.05º54.32%68.24%-
HSV(B)32.05º40.37%85.49%-
XYZ48.6647.9627.81-
YUV183.997.58152.32-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 41.52%
GREEN value IS 177 (69.53% from 255) = 33.71%
BLUE value IS 130 (51.17% from 255) = 24.76%
R=41.52%
G=33.71%
B=24.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.40
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21817713000.190.400.1532.0554.3268.24
HexDAB18201328F203644
Octal33226120202350174066104
Binary11011010101100011000001001001110100011111000001101101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAB182

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAB182; }

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

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

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

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

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

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

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

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