#DAB183

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

Shades of Calico #DAB183

Tints of Calico #DAB183

Color information

#DAB183 (or 0xDAB183) is unknown color: approx Calico. HEX triplet: DA, B1 and 83. RGB value is (218,177,131). Sum of RGB (Red+Green+Blue) = 218+177+131=526 (69% of max value = 765). Red value is 218 (85.55% from 255 or 41.44% from 526); Green value is 177 (69.53% from 255 or 33.65% from 526); Blue value is 131 (51.56% from 255 or 24.90% from 526); Max value from RGB is 218 - color contains mainly: red. Hex color #DAB183 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DAB183 is #254E7C. Grayscale: #B8B8B8. Windows color (decimal): -2444925 or 8630746. OLE color: 8630746.

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

Color convert

RGB218177131-
CMYK00.190.400.15
HSL31.72º54.04%68.43%-
HSV(B)31.72º39.91%85.49%-
XYZ48.7347.9928.17-
YUV184.0298.08152.24-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 41.44%
GREEN value IS 177 (69.53% from 255) = 33.65%
BLUE value IS 131 (51.56% from 255) = 24.90%
R=41.44%
G=33.65%
B=24.90%

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
Decimal21817713100.190.400.1531.7254.0468.43
HexDAB18301328F203644
Octal33226120302350174066104
Binary11011010101100011000001101001110100011111000001101101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAB183

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAB183; }

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

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

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

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

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

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

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

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