#DBB183

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

Shades of Calico #DBB183

Tints of Calico #DBB183

Color information

#DBB183 (or 0xDBB183) is unknown color: approx Calico. HEX triplet: DB, B1 and 83. RGB value is (219,177,131). Sum of RGB (Red+Green+Blue) = 219+177+131=527 (69% of max value = 765). Red value is 219 (85.94% from 255 or 41.56% from 527); Green value is 177 (69.53% from 255 or 33.59% from 527); Blue value is 131 (51.56% from 255 or 24.86% from 527); Max value from RGB is 219 - color contains mainly: red. Hex color #DBB183 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DBB183 is #244E7C. Grayscale: #B8B8B8. Windows color (decimal): -2379389 or 8630747. OLE color: 8630747.

HSL color Cylindrical-coordinate representation of color #DBB183: hue angle of 31.36º degrees, saturation: 0.55, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #DBB183 is Cyan = 0, Magento = 0.19, Yellow = 0.40 and Black (K on CMYK) = 0.14.

Color convert

RGB219177131-
CMYK00.190.400.14
HSL31.36º55%68.63%-
HSV(B)31.36º40.18%85.88%-
XYZ49.0348.1428.18-
YUV184.3197.91152.74-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 41.56%
GREEN value IS 177 (69.53% from 255) = 33.59%
BLUE value IS 131 (51.56% from 255) = 24.86%
R=41.56%
G=33.59%
B=24.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.40
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal21917713100.190.400.1431.365568.63
HexDBB18301328E1f3745
Octal33326120302350163767105
Binary1101101110110001100000110100111010001110111111101111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBB183

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBB183; }

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

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

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

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

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

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

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

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