#DAB187

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

Shades of Calico #DAB187

Tints of Calico #DAB187

Color information

#DAB187 (or 0xDAB187) is unknown color: approx Calico. HEX triplet: DA, B1 and 87. RGB value is (218,177,135). Sum of RGB (Red+Green+Blue) = 218+177+135=530 (70% of max value = 765). Red value is 218 (85.55% from 255 or 41.13% from 530); Green value is 177 (69.53% from 255 or 33.40% from 530); Blue value is 135 (53.12% from 255 or 25.47% from 530); Max value from RGB is 218 - color contains mainly: red. Hex color #DAB187 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DAB187 is #254E78. Grayscale: #B8B8B8. Windows color (decimal): -2444921 or 8892890. OLE color: 8892890.

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

Color convert

RGB218177135-
CMYK00.190.380.15
HSL30.36º52.87%69.22%-
HSV(B)30.36º38.07%85.49%-
XYZ49.0148.129.62-
YUV184.47100.08151.92-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 41.13%
GREEN value IS 177 (69.53% from 255) = 33.40%
BLUE value IS 135 (53.12% from 255) = 25.47%
R=41.13%
G=33.40%
B=25.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.38
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21817713500.190.380.1530.3652.8769.22
HexDAB18701326F1e3545
Octal33226120702346173665105
Binary1101101010110001100001110100111001101111111101101011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAB187

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAB187; }

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

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

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

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

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

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

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

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