#DBB285

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

Shades of Calico #DBB285

Tints of Calico #DBB285

Color information

#DBB285 (or 0xDBB285) is unknown color: approx Calico. HEX triplet: DB, B2 and 85. RGB value is (219,178,133). Sum of RGB (Red+Green+Blue) = 219+178+133=530 (70% of max value = 765). Red value is 219 (85.94% from 255 or 41.32% from 530); Green value is 178 (69.92% from 255 or 33.58% from 530); Blue value is 133 (52.34% from 255 or 25.09% from 530); Max value from RGB is 219 - color contains mainly: red. Hex color #DBB285 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DBB285 is #244D7A. Grayscale: #B9B9B9. Windows color (decimal): -2379131 or 8762075. OLE color: 8762075.

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

Color convert

RGB219178133-
CMYK00.190.390.14
HSL31.4º54.43%69.02%-
HSV(B)31.4º39.27%85.88%-
XYZ49.3748.5928.97-
YUV185.1398.58152.16-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 41.32%
GREEN value IS 178 (69.92% from 255) = 33.58%
BLUE value IS 133 (52.34% from 255) = 25.09%
R=41.32%
G=33.58%
B=25.09%

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
Decimal21917813300.190.390.1431.454.4369.02
HexDBB28501327E1f3645
Octal33326220502347163766105
Binary1101101110110010100001010100111001111110111111101101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBB285

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBB285; }

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

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

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

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

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

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

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

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