#DAB285

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

Shades of Calico #DAB285

Tints of Calico #DAB285

Color information

#DAB285 (or 0xDAB285) is unknown color: approx Calico. HEX triplet: DA, B2 and 85. RGB value is (218,178,133). Sum of RGB (Red+Green+Blue) = 218+178+133=529 (70% of max value = 765). Red value is 218 (85.55% from 255 or 41.21% from 529); Green value is 178 (69.92% from 255 or 33.65% from 529); Blue value is 133 (52.34% from 255 or 25.14% from 529); Max value from RGB is 218 - color contains mainly: red. Hex color #DAB285 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DAB285 is #254D7A. Grayscale: #B9B9B9. Windows color (decimal): -2444667 or 8762074. OLE color: 8762074.

HSL color Cylindrical-coordinate representation of color #DAB285: hue angle of 31.76º degrees, saturation: 0.53, 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 #DAB285 is Cyan = 0, Magento = 0.18, Yellow = 0.39 and Black (K on CMYK) = 0.15.

Color convert

RGB218178133-
CMYK00.180.390.15
HSL31.76º53.46%68.82%-
HSV(B)31.76º38.99%85.49%-
XYZ49.0748.4428.95-
YUV184.8398.75151.66-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 41.21%
GREEN value IS 178 (69.92% from 255) = 33.65%
BLUE value IS 133 (52.34% from 255) = 25.14%
R=41.21%
G=33.65%
B=25.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.39
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21817813300.180.390.1531.7653.4668.82
HexDAB28501227F203545
Octal33226220502247174065105
Binary11011010101100101000010101001010011111111000001101011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAB285

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAB285; }

 p { color: rgb(218,178,133); }

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

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

 a { background-color: rgb(218,178,133); }

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

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

 span { border-color: rgb(218,178,133); }

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