#D9BB90

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

Shades of Brandy #D9BB90

Tints of Brandy #D9BB90

Color information

#D9BB90 (or 0xD9BB90) is unknown color: approx Brandy. HEX triplet: D9, BB and 90. RGB value is (217,187,144). Sum of RGB (Red+Green+Blue) = 217+187+144=548 (72% of max value = 765). Red value is 217 (85.16% from 255 or 39.60% from 548); Green value is 187 (73.44% from 255 or 34.12% from 548); Blue value is 144 (56.64% from 255 or 26.28% from 548); Max value from RGB is 217 - color contains mainly: red. Hex color #D9BB90 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D9BB90 is #26446F. Grayscale: #BFBFBF. Windows color (decimal): -2507888 or 9485273. OLE color: 9485273.

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

Color convert

RGB217187144-
CMYK00.140.340.15
HSL35.34º48.99%70.78%-
HSV(B)35.34º33.64%85.1%-
XYZ51.4252.3133.77-
YUV191.07101.44146.5-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 39.60%
GREEN value IS 187 (73.44% from 255) = 34.12%
BLUE value IS 144 (56.64% from 255) = 26.28%
R=39.60%
G=34.12%
B=26.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.34
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21718714400.140.340.1535.3448.9970.78
HexD9BB900E22F233147
Octal33127322001642174361107
Binary1101100110111011100100000111010001011111000111100011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D9BB90

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D9BB90; }

 p { color: rgb(217,187,144); }

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

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

 a { background-color: rgb(217,187,144); }

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

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

 span { border-color: rgb(217,187,144); }

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