#DAB280

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

Shades of Calico #DAB280

Tints of Calico #DAB280

Color information

#DAB280 (or 0xDAB280) is unknown color: approx Calico. HEX triplet: DA, B2 and 80. RGB value is (218,178,128). Sum of RGB (Red+Green+Blue) = 218+178+128=524 (69% of max value = 765). Red value is 218 (85.55% from 255 or 41.60% from 524); Green value is 178 (69.92% from 255 or 33.97% from 524); Blue value is 128 (50.39% from 255 or 24.43% from 524); Max value from RGB is 218 - color contains mainly: red. Hex color #DAB280 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DAB280 is #254D7F. Grayscale: #B8B8B8. Windows color (decimal): -2444672 or 8434394. OLE color: 8434394.

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

Color convert

RGB218178128-
CMYK00.180.410.15
HSL33.33º54.88%67.84%-
HSV(B)33.33º41.28%85.49%-
XYZ48.7348.327.18-
YUV184.2696.25152.07-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 41.60%
GREEN value IS 178 (69.92% from 255) = 33.97%
BLUE value IS 128 (50.39% from 255) = 24.43%
R=41.60%
G=33.97%
B=24.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.41
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21817812800.180.410.1533.3354.8867.84
HexDAB28001229F213744
Octal33226220002251174167104
Binary11011010101100101000000001001010100111111000011101111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAB280

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAB280; }

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

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

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

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

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

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

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

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