#DDB089

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

Shades of Brandy #DDB089

Tints of Brandy #DDB089

Color information

#DDB089 (or 0xDDB089) is unknown color: approx Brandy. HEX triplet: DD, B0 and 89. RGB value is (221,176,137). Sum of RGB (Red+Green+Blue) = 221+176+137=534 (70% of max value = 765). Red value is 221 (86.72% from 255 or 41.39% from 534); Green value is 176 (69.14% from 255 or 32.96% from 534); Blue value is 137 (53.91% from 255 or 25.66% from 534); Max value from RGB is 221 - color contains mainly: red. Hex color #DDB089 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DDB089 is #224F76. Grayscale: #B9B9B9. Windows color (decimal): -2248567 or 9023709. OLE color: 9023709.

HSL color Cylindrical-coordinate representation of color #DDB089: hue angle of 27.86º degrees, saturation: 0.55, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #DDB089 is Cyan = 0, Magento = 0.20, Yellow = 0.38 and Black (K on CMYK) = 0.13.

Color convert

RGB221176137-
CMYK00.200.380.13
HSL27.86º55.26%70.2%-
HSV(B)27.86º38.01%86.67%-
XYZ49.8648.2330.35-
YUV185.01100.91153.67-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 41.39%
GREEN value IS 176 (69.14% from 255) = 32.96%
BLUE value IS 137 (53.91% from 255) = 25.66%
R=41.39%
G=32.96%
B=25.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.38
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22117613700.200.380.1327.8655.2670.2
HexDDB08901426D1c3746
Octal33526021102446153467106
Binary1101110110110000100010010101001001101101111001101111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDB089

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDB089; }

 p { color: rgb(221,176,137); }

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

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

 a { background-color: rgb(221,176,137); }

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

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

 span { border-color: rgb(221,176,137); }

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