#DBB382

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

Shades of Calico #DBB382

Tints of Calico #DBB382

Color information

#DBB382 (or 0xDBB382) is unknown color: approx Calico. HEX triplet: DB, B3 and 82. RGB value is (219,179,130). Sum of RGB (Red+Green+Blue) = 219+179+130=528 (69% of max value = 765). Red value is 219 (85.94% from 255 or 41.48% from 528); Green value is 179 (70.31% from 255 or 33.90% from 528); Blue value is 130 (51.17% from 255 or 24.62% from 528); Max value from RGB is 219 - color contains mainly: red. Hex color #DBB382 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DBB382 is #244C7D. Grayscale: #B9B9B9. Windows color (decimal): -2378878 or 8565723. OLE color: 8565723.

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

Color convert

RGB219179130-
CMYK00.180.410.14
HSL33.03º55.28%68.43%-
HSV(B)33.03º40.64%85.88%-
XYZ49.3648.9127.96-
YUV185.3796.75151.98-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 41.48%
GREEN value IS 179 (70.31% from 255) = 33.90%
BLUE value IS 130 (51.17% from 255) = 24.62%
R=41.48%
G=33.90%
B=24.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.41
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal21917913000.180.410.1433.0355.2868.43
HexDBB38201229E213744
Octal33326320202251164167104
Binary11011011101100111000001001001010100111101000011101111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBB382

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBB382; }

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

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

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

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

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

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

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

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