#DAB184

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

Shades of Calico #DAB184

Tints of Calico #DAB184

Color information

#DAB184 (or 0xDAB184) is unknown color: approx Calico. HEX triplet: DA, B1 and 84. RGB value is (218,177,132). Sum of RGB (Red+Green+Blue) = 218+177+132=527 (69% of max value = 765). Red value is 218 (85.55% from 255 or 41.37% from 527); Green value is 177 (69.53% from 255 or 33.59% from 527); Blue value is 132 (51.95% from 255 or 25.05% from 527); Max value from RGB is 218 - color contains mainly: red. Hex color #DAB184 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DAB184 is #254E7B. Grayscale: #B8B8B8. Windows color (decimal): -2444924 or 8696282. OLE color: 8696282.

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

Color convert

RGB218177132-
CMYK00.190.390.15
HSL31.4º53.75%68.63%-
HSV(B)31.4º39.45%85.49%-
XYZ48.848.0228.53-
YUV184.1398.58152.16-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 41.37%
GREEN value IS 177 (69.53% from 255) = 33.59%
BLUE value IS 132 (51.95% from 255) = 25.05%
R=41.37%
G=33.59%
B=25.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.39
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21817713200.190.390.1531.453.7568.63
HexDAB18401327F1f3645
Octal33226120402347173766105
Binary1101101010110001100001000100111001111111111111101101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAB184

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAB184; }

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

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

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

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

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

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

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

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