#D7B38D

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

Shades of Brandy #D7B38D

Tints of Brandy #D7B38D

Color information

#D7B38D (or 0xD7B38D) is unknown color: approx Brandy. HEX triplet: D7, B3 and 8D. RGB value is (215,179,141). Sum of RGB (Red+Green+Blue) = 215+179+141=535 (70% of max value = 765). Red value is 215 (84.38% from 255 or 40.19% from 535); Green value is 179 (70.31% from 255 or 33.46% from 535); Blue value is 141 (55.47% from 255 or 26.36% from 535); Max value from RGB is 215 - color contains mainly: red. Hex color #D7B38D is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D7B38D is #284C72. Grayscale: #B9B9B9. Windows color (decimal): -2641011 or 9286615. OLE color: 9286615.

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

Color convert

RGB215179141-
CMYK00.170.340.16
HSL30.81º48.05%69.8%-
HSV(B)30.81º34.42%84.31%-
XYZ48.9548.6132-
YUV185.43102.93149.09-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 40.19%
GREEN value IS 179 (70.31% from 255) = 33.46%
BLUE value IS 141 (55.47% from 255) = 26.36%
R=40.19%
G=33.46%
B=26.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.34
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21517914100.170.340.1630.8148.0569.8
HexD7B38D01122101f3046
Octal32726321502142203760106
Binary11010111101100111000110101000110001010000111111100001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D7B38D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D7B38D; }

 p { color: rgb(215,179,141); }

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

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

 a { background-color: rgb(215,179,141); }

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

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

 span { border-color: rgb(215,179,141); }

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