#D8B08F

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

Shades of Brandy #D8B08F

Tints of Brandy #D8B08F

Color information

#D8B08F (or 0xD8B08F) is unknown color: approx Brandy. HEX triplet: D8, B0 and 8F. RGB value is (216,176,143). Sum of RGB (Red+Green+Blue) = 216+176+143=535 (70% of max value = 765). Red value is 216 (84.77% from 255 or 40.37% from 535); Green value is 176 (69.14% from 255 or 32.90% from 535); Blue value is 143 (56.25% from 255 or 26.73% from 535); Max value from RGB is 216 - color contains mainly: red. Hex color #D8B08F is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D8B08F is #274F70. Grayscale: #B8B8B8. Windows color (decimal): -2576241 or 9416920. OLE color: 9416920.

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

Color convert

RGB216176143-
CMYK00.190.340.15
HSL27.12º48.34%70.39%-
HSV(B)27.12º33.8%84.71%-
XYZ48.847.6332.61-
YUV184.2104.75150.68-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 40.37%
GREEN value IS 176 (69.14% from 255) = 32.90%
BLUE value IS 143 (56.25% from 255) = 26.73%
R=40.37%
G=32.90%
B=26.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.34
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21617614300.190.340.1527.1248.3470.39
HexD8B08F01322F1b3046
Octal33026021702342173360106
Binary1101100010110000100011110100111000101111110111100001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D8B08F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D8B08F; }

 p { color: rgb(216,176,143); }

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

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

 a { background-color: rgb(216,176,143); }

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

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

 span { border-color: rgb(216,176,143); }

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