#D9B08E

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

Shades of Brandy #D9B08E

Tints of Brandy #D9B08E

Color information

#D9B08E (or 0xD9B08E) is unknown color: approx Brandy. HEX triplet: D9, B0 and 8E. RGB value is (217,176,142). Sum of RGB (Red+Green+Blue) = 217+176+142=535 (70% of max value = 765). Red value is 217 (85.16% from 255 or 40.56% from 535); Green value is 176 (69.14% from 255 or 32.90% from 535); Blue value is 142 (55.86% from 255 or 26.54% from 535); Max value from RGB is 217 - color contains mainly: red. Hex color #D9B08E is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D9B08E is #264F71. Grayscale: #B8B8B8. Windows color (decimal): -2510706 or 9351385. OLE color: 9351385.

HSL color Cylindrical-coordinate representation of color #D9B08E: hue angle of 27.2º degrees, saturation: 0.5, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #D9B08E is Cyan = 0, Magento = 0.19, Yellow = 0.35 and Black (K on CMYK) = 0.15.

Color convert

RGB217176142-
CMYK00.190.350.15
HSL27.2º49.67%70.39%-
HSV(B)27.2º34.56%85.1%-
XYZ49.0247.7632.23-
YUV184.38104.08151.26-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 40.56%
GREEN value IS 176 (69.14% from 255) = 32.90%
BLUE value IS 142 (55.86% from 255) = 26.54%
R=40.56%
G=32.90%
B=26.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.35
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21717614200.190.350.1527.249.6770.39
HexD9B08E01323F1b3246
Octal33126021602343173362106
Binary1101100110110000100011100100111000111111110111100101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D9B08E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D9B08E; }

 p { color: rgb(217,176,142); }

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

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

 a { background-color: rgb(217,176,142); }

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

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

 span { border-color: rgb(217,176,142); }

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