#DBB081

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

Shades of Calico #DBB081

Tints of Calico #DBB081

Color information

#DBB081 (or 0xDBB081) is unknown color: approx Calico. HEX triplet: DB, B0 and 81. RGB value is (219,176,129). Sum of RGB (Red+Green+Blue) = 219+176+129=524 (69% of max value = 765). Red value is 219 (85.94% from 255 or 41.79% from 524); Green value is 176 (69.14% from 255 or 33.59% from 524); Blue value is 129 (50.78% from 255 or 24.62% from 524); Max value from RGB is 219 - color contains mainly: red. Hex color #DBB081 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DBB081 is #244F7E. Grayscale: #B7B7B7. Windows color (decimal): -2379647 or 8499419. OLE color: 8499419.

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

Color convert

RGB219176129-
CMYK00.200.410.14
HSL31.33º55.56%68.24%-
HSV(B)31.33º41.1%85.88%-
XYZ48.747.727.41-
YUV183.597.25153.32-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 41.79%
GREEN value IS 176 (69.14% from 255) = 33.59%
BLUE value IS 129 (50.78% from 255) = 24.62%
R=41.79%
G=33.59%
B=24.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.41
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal21917612900.200.410.1431.3355.5668.24
HexDBB08101429E1f3844
Octal33326020102451163770104
Binary1101101110110000100000010101001010011110111111110001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBB081

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBB081; }

 p { color: rgb(219,176,129); }

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

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

 a { background-color: rgb(219,176,129); }

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

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

 span { border-color: rgb(219,176,129); }

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