#DBB085

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

Shades of Calico #DBB085

Tints of Calico #DBB085

Color information

#DBB085 (or 0xDBB085) is unknown color: approx Calico. HEX triplet: DB, B0 and 85. RGB value is (219,176,133). Sum of RGB (Red+Green+Blue) = 219+176+133=528 (69% of max value = 765). Red value is 219 (85.94% from 255 or 41.48% from 528); Green value is 176 (69.14% from 255 or 33.33% from 528); Blue value is 133 (52.34% from 255 or 25.19% from 528); Max value from RGB is 219 - color contains mainly: red. Hex color #DBB085 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DBB085 is #244F7A. Grayscale: #B8B8B8. Windows color (decimal): -2379643 or 8761563. OLE color: 8761563.

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

Color convert

RGB219176133-
CMYK00.200.390.14
HSL30º54.43%69.02%-
HSV(B)30º39.27%85.88%-
XYZ48.9747.828.84-
YUV183.9699.25153-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 41.48%
GREEN value IS 176 (69.14% from 255) = 33.33%
BLUE value IS 133 (52.34% from 255) = 25.19%
R=41.48%
G=33.33%
B=25.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.39
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal21917613300.200.390.143054.4369.02
HexDBB08501427E1e3645
Octal33326020502447163666105
Binary1101101110110000100001010101001001111110111101101101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBB085

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBB085; }

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

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

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

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

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

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

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

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