#D9B68A

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

Shades of Brandy #D9B68A

Tints of Brandy #D9B68A

Color information

#D9B68A (or 0xD9B68A) is unknown color: approx Brandy. HEX triplet: D9, B6 and 8A. RGB value is (217,182,138). Sum of RGB (Red+Green+Blue) = 217+182+138=537 (71% of max value = 765). Red value is 217 (85.16% from 255 or 40.41% from 537); Green value is 182 (71.48% from 255 or 33.89% from 537); Blue value is 138 (54.30% from 255 or 25.70% from 537); Max value from RGB is 217 - color contains mainly: red. Hex color #D9B68A is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D9B68A is #264975. Grayscale: #BBBBBB. Windows color (decimal): -2509174 or 9090777. OLE color: 9090777.

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

Color convert

RGB217182138-
CMYK00.160.360.15
HSL33.42º50.97%69.61%-
HSV(B)33.42º36.41%85.1%-
XYZ49.9350.0431.07-
YUV187.45100.1149.08-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 40.41%
GREEN value IS 182 (71.48% from 255) = 33.89%
BLUE value IS 138 (54.30% from 255) = 25.70%
R=40.41%
G=33.89%
B=25.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.36
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21718213800.160.360.1533.4250.9769.61
HexD9B68A01024F213346
Octal33126621202044174163106
Binary11011001101101101000101001000010010011111000011100111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D9B68A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D9B68A; }

 p { color: rgb(217,182,138); }

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

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

 a { background-color: rgb(217,182,138); }

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

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

 span { border-color: rgb(217,182,138); }

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