#D9B28C

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

Shades of Brandy #D9B28C

Tints of Brandy #D9B28C

Color information

#D9B28C (or 0xD9B28C) is unknown color: approx Brandy. HEX triplet: D9, B2 and 8C. RGB value is (217,178,140). Sum of RGB (Red+Green+Blue) = 217+178+140=535 (70% of max value = 765). Red value is 217 (85.16% from 255 or 40.56% from 535); Green value is 178 (69.92% from 255 or 33.27% from 535); Blue value is 140 (55.08% from 255 or 26.17% from 535); Max value from RGB is 217 - color contains mainly: red. Hex color #D9B28C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D9B28C is #264D73. Grayscale: #B9B9B9. Windows color (decimal): -2510196 or 9220825. OLE color: 9220825.

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

Color convert

RGB217178140-
CMYK00.180.350.15
HSL29.61º50.33%70%-
HSV(B)29.61º35.48%85.1%-
XYZ49.2748.4931.57-
YUV185.33102.42150.59-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 40.56%
GREEN value IS 178 (69.92% from 255) = 33.27%
BLUE value IS 140 (55.08% from 255) = 26.17%
R=40.56%
G=33.27%
B=26.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.35
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21717814000.180.350.1529.6150.3370
HexD9B28C01223F1e3246
Octal33126221402243173662106
Binary1101100110110010100011000100101000111111111101100101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D9B28C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D9B28C; }

 p { color: rgb(217,178,140); }

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

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

 a { background-color: rgb(217,178,140); }

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

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

 span { border-color: rgb(217,178,140); }

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