#DBB288

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

Shades of Brandy #DBB288

Tints of Brandy #DBB288

Color information

#DBB288 (or 0xDBB288) is unknown color: approx Brandy. HEX triplet: DB, B2 and 88. RGB value is (219,178,136). Sum of RGB (Red+Green+Blue) = 219+178+136=533 (70% of max value = 765). Red value is 219 (85.94% from 255 or 41.09% from 533); Green value is 178 (69.92% from 255 or 33.40% from 533); Blue value is 136 (53.52% from 255 or 25.52% from 533); Max value from RGB is 219 - color contains mainly: red. Hex color #DBB288 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DBB288 is #244D77. Grayscale: #B9B9B9. Windows color (decimal): -2379128 or 8958683. OLE color: 8958683.

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

Color convert

RGB219178136-
CMYK00.190.380.14
HSL30.36º53.55%69.61%-
HSV(B)30.36º37.9%85.88%-
XYZ49.5848.6830.08-
YUV185.47100.08151.92-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 41.09%
GREEN value IS 178 (69.92% from 255) = 33.40%
BLUE value IS 136 (53.52% from 255) = 25.52%
R=41.09%
G=33.40%
B=25.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.38
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal21917813600.190.380.1430.3653.5569.61
HexDBB28801326E1e3646
Octal33326221002346163666106
Binary1101101110110010100010000100111001101110111101101101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBB288

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBB288; }

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

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

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

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

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

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

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

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