#DAB179

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

Shades of Calico #DAB179

Tints of Calico #DAB179

Color information

#DAB179 (or 0xDAB179) is unknown color: approx Calico. HEX triplet: DA, B1 and 79. RGB value is (218,177,121). Sum of RGB (Red+Green+Blue) = 218+177+121=516 (68% of max value = 765). Red value is 218 (85.55% from 255 or 42.25% from 516); Green value is 177 (69.53% from 255 or 34.30% from 516); Blue value is 121 (47.66% from 255 or 23.45% from 516); Max value from RGB is 218 - color contains mainly: red. Hex color #DAB179 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DAB179 is #254E86. Grayscale: #B7B7B7. Windows color (decimal): -2444935 or 7975386. OLE color: 7975386.

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

Color convert

RGB218177121-
CMYK00.190.440.15
HSL34.64º56.73%66.47%-
HSV(B)34.64º44.5%85.49%-
XYZ48.0947.7324.77-
YUV182.8893.08153.05-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 42.25%
GREEN value IS 177 (69.53% from 255) = 34.30%
BLUE value IS 121 (47.66% from 255) = 23.45%
R=42.25%
G=34.30%
B=23.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.44
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21817712100.190.440.1534.6456.7366.47
HexDAB1790132CF233942
Octal33226117102354174371102
Binary1101101010110001111100101001110110011111000111110011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAB179

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAB179; }

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

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

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

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

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

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

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

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