#DBB485

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

Shades of Brandy #DBB485

Tints of Brandy #DBB485

Color information

#DBB485 (or 0xDBB485) is unknown color: approx Brandy. HEX triplet: DB, B4 and 85. RGB value is (219,180,133). Sum of RGB (Red+Green+Blue) = 219+180+133=532 (70% of max value = 765). Red value is 219 (85.94% from 255 or 41.17% from 532); Green value is 180 (70.70% from 255 or 33.83% from 532); Blue value is 133 (52.34% from 255 or 25% from 532); Max value from RGB is 219 - color contains mainly: red. Hex color #DBB485 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DBB485 is #244B7A. Grayscale: #BABABA. Windows color (decimal): -2378619 or 8762587. OLE color: 8762587.

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

Color convert

RGB219180133-
CMYK00.180.390.14
HSL32.79º54.43%69.02%-
HSV(B)32.79º39.27%85.88%-
XYZ49.7749.429.1-
YUV186.397.92151.32-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 41.17%
GREEN value IS 180 (70.70% from 255) = 33.83%
BLUE value IS 133 (52.34% from 255) = 25%
R=41.17%
G=33.83%
B=25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.39
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal21918013300.180.390.1432.7954.4369.02
HexDBB48501227E213645
Octal33326420502247164166105
Binary11011011101101001000010101001010011111101000011101101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBB485

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBB485; }

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

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

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

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

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

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

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

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