#DBB381

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

Shades of Calico #DBB381

Tints of Calico #DBB381

Color information

#DBB381 (or 0xDBB381) is unknown color: approx Calico. HEX triplet: DB, B3 and 81. RGB value is (219,179,129). Sum of RGB (Red+Green+Blue) = 219+179+129=527 (69% of max value = 765). Red value is 219 (85.94% from 255 or 41.56% from 527); Green value is 179 (70.31% from 255 or 33.97% from 527); Blue value is 129 (50.78% from 255 or 24.48% from 527); Max value from RGB is 219 - color contains mainly: red. Hex color #DBB381 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DBB381 is #244C7E. Grayscale: #B9B9B9. Windows color (decimal): -2378879 or 8500187. OLE color: 8500187.

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

Color convert

RGB219179129-
CMYK00.180.410.14
HSL33.33º55.56%68.24%-
HSV(B)33.33º41.1%85.88%-
XYZ49.348.8927.61-
YUV185.2696.25152.07-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 41.56%
GREEN value IS 179 (70.31% from 255) = 33.97%
BLUE value IS 129 (50.78% from 255) = 24.48%
R=41.56%
G=33.97%
B=24.48%

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
Decimal21917912900.180.410.1433.3355.5668.24
HexDBB38101229E213844
Octal33326320102251164170104
Binary11011011101100111000000101001010100111101000011110001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBB381

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBB381; }

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

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

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

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

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

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

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

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