#DBB480

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

Shades of Calico #DBB480

Tints of Calico #DBB480

Color information

#DBB480 (or 0xDBB480) is unknown color: approx Calico. HEX triplet: DB, B4 and 80. RGB value is (219,180,128). Sum of RGB (Red+Green+Blue) = 219+180+128=527 (69% of max value = 765). Red value is 219 (85.94% from 255 or 41.56% from 527); Green value is 180 (70.70% from 255 or 34.16% from 527); Blue value is 128 (50.39% from 255 or 24.29% from 527); Max value from RGB is 219 - color contains mainly: red. Hex color #DBB480 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DBB480 is #244B7F. Grayscale: #B9B9B9. Windows color (decimal): -2378624 or 8434907. OLE color: 8434907.

HSL color Cylindrical-coordinate representation of color #DBB480: hue angle of 34.29º degrees, saturation: 0.56, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #DBB480 is Cyan = 0, Magento = 0.18, Yellow = 0.42 and Black (K on CMYK) = 0.14.

Color convert

RGB219180128-
CMYK00.180.420.14
HSL34.29º55.83%68.04%-
HSV(B)34.29º41.55%85.88%-
XYZ49.4349.2627.33-
YUV185.7395.42151.73-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 41.56%
GREEN value IS 180 (70.70% from 255) = 34.16%
BLUE value IS 128 (50.39% from 255) = 24.29%
R=41.56%
G=34.16%
B=24.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.42
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal21918012800.180.420.1434.2955.8368.04
HexDBB4800122AE223844
Octal33326420002252164270104
Binary11011011101101001000000001001010101011101000101110001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBB480

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBB480; }

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

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

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

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

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

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

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

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