#DBB182

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

Shades of Calico #DBB182

Tints of Calico #DBB182

Color information

#DBB182 (or 0xDBB182) is unknown color: approx Calico. HEX triplet: DB, B1 and 82. RGB value is (219,177,130). Sum of RGB (Red+Green+Blue) = 219+177+130=526 (69% of max value = 765). Red value is 219 (85.94% from 255 or 41.63% from 526); Green value is 177 (69.53% from 255 or 33.65% from 526); Blue value is 130 (51.17% from 255 or 24.71% from 526); Max value from RGB is 219 - color contains mainly: red. Hex color #DBB182 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DBB182 is #244E7D. Grayscale: #B8B8B8. Windows color (decimal): -2379390 or 8565211. OLE color: 8565211.

HSL color Cylindrical-coordinate representation of color #DBB182: hue angle of 31.69º degrees, saturation: 0.55, 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 #DBB182 is Cyan = 0, Magento = 0.19, Yellow = 0.41 and Black (K on CMYK) = 0.14.

Color convert

RGB219177130-
CMYK00.190.410.14
HSL31.69º55.28%68.43%-
HSV(B)31.69º40.64%85.88%-
XYZ48.9648.1227.83-
YUV184.297.41152.82-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 41.63%
GREEN value IS 177 (69.53% from 255) = 33.65%
BLUE value IS 130 (51.17% from 255) = 24.71%
R=41.63%
G=33.65%
B=24.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.41
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal21917713000.190.410.1431.6955.2868.43
HexDBB18201329E203744
Octal33326120202351164067104
Binary11011011101100011000001001001110100111101000001101111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBB182

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBB182; }

 p { color: rgb(219,177,130); }

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

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

 a { background-color: rgb(219,177,130); }

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

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

 span { border-color: rgb(219,177,130); }

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