#DAB485

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

Shades of Calico #DAB485

Tints of Calico #DAB485

Color information

#DAB485 (or 0xDAB485) is unknown color: approx Calico. HEX triplet: DA, B4 and 85. RGB value is (218,180,133). Sum of RGB (Red+Green+Blue) = 218+180+133=531 (70% of max value = 765). Red value is 218 (85.55% from 255 or 41.05% from 531); Green value is 180 (70.70% from 255 or 33.90% from 531); Blue value is 133 (52.34% from 255 or 25.05% from 531); Max value from RGB is 218 - color contains mainly: red. Hex color #DAB485 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DAB485 is #254B7A. Grayscale: #BABABA. Windows color (decimal): -2444155 or 8762586. OLE color: 8762586.

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

Color convert

RGB218180133-
CMYK00.170.390.15
HSL33.18º53.46%68.82%-
HSV(B)33.18º38.99%85.49%-
XYZ49.4749.2429.09-
YUV18698.09150.82-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 41.05%
GREEN value IS 180 (70.70% from 255) = 33.90%
BLUE value IS 133 (52.34% from 255) = 25.05%
R=41.05%
G=33.90%
B=25.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.39
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21818013300.170.390.1533.1853.4668.82
HexDAB48501127F213545
Octal33226420502147174165105
Binary11011010101101001000010101000110011111111000011101011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAB485

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAB485; }

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

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

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

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

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

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

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

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