#D8B28A

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

Shades of Brandy #D8B28A

Tints of Brandy #D8B28A

Color information

#D8B28A (or 0xD8B28A) is unknown color: approx Brandy. HEX triplet: D8, B2 and 8A. RGB value is (216,178,138). Sum of RGB (Red+Green+Blue) = 216+178+138=532 (70% of max value = 765). Red value is 216 (84.77% from 255 or 40.60% from 532); Green value is 178 (69.92% from 255 or 33.46% from 532); Blue value is 138 (54.30% from 255 or 25.94% from 532); Max value from RGB is 216 - color contains mainly: red. Hex color #D8B28A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D8B28A is #274D75. Grayscale: #B9B9B9. Windows color (decimal): -2575734 or 9089752. OLE color: 9089752.

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

Color convert

RGB216178138-
CMYK00.180.360.15
HSL30.77º50%69.41%-
HSV(B)30.77º36.11%84.71%-
XYZ48.8348.2730.79-
YUV184.8101.59150.25-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 40.60%
GREEN value IS 178 (69.92% from 255) = 33.46%
BLUE value IS 138 (54.30% from 255) = 25.94%
R=40.60%
G=33.46%
B=25.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.36
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21617813800.180.360.1530.775069.41
HexD8B28A01224F1f3245
Octal33026221202244173762105
Binary1101100010110010100010100100101001001111111111100101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D8B28A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D8B28A; }

 p { color: rgb(216,178,138); }

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

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

 a { background-color: rgb(216,178,138); }

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

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

 span { border-color: rgb(216,178,138); }

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