#DAB480

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

Shades of Calico #DAB480

Tints of Calico #DAB480

Color information

#DAB480 (or 0xDAB480) is unknown color: approx Calico. HEX triplet: DA, B4 and 80. RGB value is (218,180,128). Sum of RGB (Red+Green+Blue) = 218+180+128=526 (69% of max value = 765). Red value is 218 (85.55% from 255 or 41.44% from 526); Green value is 180 (70.70% from 255 or 34.22% from 526); Blue value is 128 (50.39% from 255 or 24.33% from 526); Max value from RGB is 218 - color contains mainly: red. Hex color #DAB480 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DAB480 is #254B7F. Grayscale: #B9B9B9. Windows color (decimal): -2444160 or 8434906. OLE color: 8434906.

HSL color Cylindrical-coordinate representation of color #DAB480: hue angle of 34.67º degrees, saturation: 0.55, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #DAB480 is Cyan = 0, Magento = 0.17, Yellow = 0.41 and Black (K on CMYK) = 0.15.

Color convert

RGB218180128-
CMYK00.170.410.15
HSL34.67º54.88%67.84%-
HSV(B)34.67º41.28%85.49%-
XYZ49.1349.1127.31-
YUV185.4395.59151.23-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 41.44%
GREEN value IS 180 (70.70% from 255) = 34.22%
BLUE value IS 128 (50.39% from 255) = 24.33%
R=41.44%
G=34.22%
B=24.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.41
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21818012800.170.410.1534.6754.8867.84
HexDAB48001129F233744
Octal33226420002151174367104
Binary11011010101101001000000001000110100111111000111101111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAB480

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAB480; }

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

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

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

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

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

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

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

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