#DBB185

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

Shades of Calico #DBB185

Tints of Calico #DBB185

Color information

#DBB185 (or 0xDBB185) is unknown color: approx Calico. HEX triplet: DB, B1 and 85. RGB value is (219,177,133). Sum of RGB (Red+Green+Blue) = 219+177+133=529 (70% of max value = 765). Red value is 219 (85.94% from 255 or 41.40% from 529); Green value is 177 (69.53% from 255 or 33.46% from 529); Blue value is 133 (52.34% from 255 or 25.14% from 529); Max value from RGB is 219 - color contains mainly: red. Hex color #DBB185 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DBB185 is #244E7A. Grayscale: #B8B8B8. Windows color (decimal): -2379387 or 8761819. OLE color: 8761819.

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

Color convert

RGB219177133-
CMYK00.190.390.14
HSL30.7º54.43%69.02%-
HSV(B)30.7º39.27%85.88%-
XYZ49.1748.228.9-
YUV184.5498.91152.58-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 41.40%
GREEN value IS 177 (69.53% from 255) = 33.46%
BLUE value IS 133 (52.34% from 255) = 25.14%
R=41.40%
G=33.46%
B=25.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.39
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal21917713300.190.390.1430.754.4369.02
HexDBB18501327E1f3645
Octal33326120502347163766105
Binary1101101110110001100001010100111001111110111111101101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBB185

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBB185; }

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

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

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

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

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

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

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

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