#D8B689

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

Shades of Brandy #D8B689

Tints of Brandy #D8B689

Color information

#D8B689 (or 0xD8B689) is unknown color: approx Brandy. HEX triplet: D8, B6 and 89. RGB value is (216,182,137). Sum of RGB (Red+Green+Blue) = 216+182+137=535 (70% of max value = 765). Red value is 216 (84.77% from 255 or 40.37% from 535); Green value is 182 (71.48% from 255 or 34.02% from 535); Blue value is 137 (53.91% from 255 or 25.61% from 535); Max value from RGB is 216 - color contains mainly: red. Hex color #D8B689 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D8B689 is #274976. Grayscale: #BBBBBB. Windows color (decimal): -2574711 or 9025240. OLE color: 9025240.

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

Color convert

RGB216182137-
CMYK00.160.370.15
HSL34.18º50.32%69.22%-
HSV(B)34.18º36.57%84.71%-
XYZ49.5649.8630.68-
YUV187.0499.76148.66-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 40.37%
GREEN value IS 182 (71.48% from 255) = 34.02%
BLUE value IS 137 (53.91% from 255) = 25.61%
R=40.37%
G=34.02%
B=25.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.37
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21618213700.160.370.1534.1850.3269.22
HexD8B68901025F223245
Octal33026621102045174262105
Binary11011000101101101000100101000010010111111000101100101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D8B689

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D8B689; }

 p { color: rgb(216,182,137); }

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

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

 a { background-color: rgb(216,182,137); }

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

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

 span { border-color: rgb(216,182,137); }

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