#D9B08D

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

Shades of Brandy #D9B08D

Tints of Brandy #D9B08D

Color information

#D9B08D (or 0xD9B08D) is unknown color: approx Brandy. HEX triplet: D9, B0 and 8D. RGB value is (217,176,141). Sum of RGB (Red+Green+Blue) = 217+176+141=534 (70% of max value = 765). Red value is 217 (85.16% from 255 or 40.64% from 534); Green value is 176 (69.14% from 255 or 32.96% from 534); Blue value is 141 (55.47% from 255 or 26.40% from 534); Max value from RGB is 217 - color contains mainly: red. Hex color #D9B08D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D9B08D is #264F72. Grayscale: #B8B8B8. Windows color (decimal): -2510707 or 9285849. OLE color: 9285849.

HSL color Cylindrical-coordinate representation of color #D9B08D: hue angle of 27.63º 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 #D9B08D is Cyan = 0, Magento = 0.19, Yellow = 0.35 and Black (K on CMYK) = 0.15.

Color convert

RGB217176141-
CMYK00.190.350.15
HSL27.63º50%70.2%-
HSV(B)27.63º35.02%85.1%-
XYZ48.9547.7331.83-
YUV184.27103.58151.35-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 40.64%
GREEN value IS 176 (69.14% from 255) = 32.96%
BLUE value IS 141 (55.47% from 255) = 26.40%
R=40.64%
G=32.96%
B=26.40%

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
Decimal21717614100.190.350.1527.635070.2
HexD9B08D01323F1c3246
Octal33126021502343173462106
Binary1101100110110000100011010100111000111111111001100101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D9B08D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D9B08D; }

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

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

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

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

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

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

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

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