#D8B490

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

Shades of Brandy #D8B490

Tints of Brandy #D8B490

Color information

#D8B490 (or 0xD8B490) is unknown color: approx Brandy. HEX triplet: D8, B4 and 90. RGB value is (216,180,144). Sum of RGB (Red+Green+Blue) = 216+180+144=540 (71% of max value = 765). Red value is 216 (84.77% from 255 or 40% from 540); Green value is 180 (70.70% from 255 or 33.33% from 540); Blue value is 144 (56.64% from 255 or 26.67% from 540); Max value from RGB is 216 - color contains mainly: red. Hex color #D8B490 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D8B490 is #274B6F. Grayscale: #BABABA. Windows color (decimal): -2575216 or 9483480. OLE color: 9483480.

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

Color convert

RGB216180144-
CMYK00.170.330.15
HSL30º48%70.59%-
HSV(B)30º33.33%84.71%-
XYZ49.6749.2633.27-
YUV186.66103.93148.93-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 40%
GREEN value IS 180 (70.70% from 255) = 33.33%
BLUE value IS 144 (56.64% from 255) = 26.67%
R=40%
G=33.33%
B=26.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.33
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21618014400.170.330.15304870.59
HexD8B49001121F1e3047
Octal33026422002141173660107
Binary1101100010110100100100000100011000011111111101100001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D8B490

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D8B490; }

 p { color: rgb(216,180,144); }

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

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

 a { background-color: rgb(216,180,144); }

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

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

 span { border-color: rgb(216,180,144); }

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