#DDB589

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

Shades of Brandy #DDB589

Tints of Brandy #DDB589

Color information

#DDB589 (or 0xDDB589) is unknown color: approx Brandy. HEX triplet: DD, B5 and 89. RGB value is (221,181,137). Sum of RGB (Red+Green+Blue) = 221+181+137=539 (71% of max value = 765). Red value is 221 (86.72% from 255 or 41.00% from 539); Green value is 181 (71.09% from 255 or 33.58% from 539); Blue value is 137 (53.91% from 255 or 25.42% from 539); Max value from RGB is 221 - color contains mainly: red. Hex color #DDB589 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DDB589 is #224A76. Grayscale: #BCBCBC. Windows color (decimal): -2247287 or 9024989. OLE color: 9024989.

HSL color Cylindrical-coordinate representation of color #DDB589: hue angle of 31.43º 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 #DDB589 is Cyan = 0, Magento = 0.18, Yellow = 0.38 and Black (K on CMYK) = 0.13.

Color convert

RGB221181137-
CMYK00.180.380.13
HSL31.43º55.26%70.2%-
HSV(B)31.43º38.01%86.67%-
XYZ50.8650.2330.68-
YUV187.9499.25151.58-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 41.00%
GREEN value IS 181 (71.09% from 255) = 33.58%
BLUE value IS 137 (53.91% from 255) = 25.42%
R=41.00%
G=33.58%
B=25.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.38
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22118113700.180.380.1331.4355.2670.2
HexDDB58901226D1f3746
Octal33526521102246153767106
Binary1101110110110101100010010100101001101101111111101111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDB589

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDB589; }

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

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

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

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

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

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

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

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