#DBBB8D

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

Shades of Brandy #DBBB8D

Tints of Brandy #DBBB8D

Color information

#DBBB8D (or 0xDBBB8D) is unknown color: approx Brandy. HEX triplet: DB, BB and 8D. RGB value is (219,187,141). Sum of RGB (Red+Green+Blue) = 219+187+141=547 (72% of max value = 765). Red value is 219 (85.94% from 255 or 40.04% from 547); Green value is 187 (73.44% from 255 or 34.19% from 547); Blue value is 141 (55.47% from 255 or 25.78% from 547); Max value from RGB is 219 - color contains mainly: red. Hex color #DBBB8D is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DBBB8D is #244472. Grayscale: #BFBFBF. Windows color (decimal): -2376819 or 9288667. OLE color: 9288667.

HSL color Cylindrical-coordinate representation of color #DBBB8D: hue angle of 35.38º degrees, saturation: 0.52, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #DBBB8D is Cyan = 0, Magento = 0.15, Yellow = 0.36 and Black (K on CMYK) = 0.14.

Color convert

RGB219187141-
CMYK00.150.360.14
HSL35.38º52%70.59%-
HSV(B)35.38º35.62%85.88%-
XYZ51.7952.5232.61-
YUV191.3299.6147.74-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 40.04%
GREEN value IS 187 (73.44% from 255) = 34.19%
BLUE value IS 141 (55.47% from 255) = 25.78%
R=40.04%
G=34.19%
B=25.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.36
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal21918714100.150.360.1435.385270.59
HexDBBB8D0F24E233447
Octal33327321501744164364107
Binary1101101110111011100011010111110010011101000111101001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBBB8D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBBB8D; }

 p { color: rgb(219,187,141); }

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

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

 a { background-color: rgb(219,187,141); }

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

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

 span { border-color: rgb(219,187,141); }

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