#DDB486

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

Shades of Brandy #DDB486

Tints of Brandy #DDB486

Color information

#DDB486 (or 0xDDB486) is unknown color: approx Brandy. HEX triplet: DD, B4 and 86. RGB value is (221,180,134). Sum of RGB (Red+Green+Blue) = 221+180+134=535 (70% of max value = 765). Red value is 221 (86.72% from 255 or 41.31% from 535); Green value is 180 (70.70% from 255 or 33.64% from 535); Blue value is 134 (52.73% from 255 or 25.05% from 535); Max value from RGB is 221 - color contains mainly: red. Hex color #DDB486 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DDB486 is #224B79. Grayscale: #BBBBBB. Windows color (decimal): -2247546 or 8828125. OLE color: 8828125.

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

Color convert

RGB221180134-
CMYK00.190.390.13
HSL31.72º56.13%69.61%-
HSV(B)31.72º39.37%86.67%-
XYZ50.4449.7429.5-
YUV187.0298.08152.24-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 41.31%
GREEN value IS 180 (70.70% from 255) = 33.64%
BLUE value IS 134 (52.73% from 255) = 25.05%
R=41.31%
G=33.64%
B=25.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.39
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22118013400.190.390.1331.7256.1369.61
HexDDB48601327D203846
Octal33526420602347154070106
Binary11011101101101001000011001001110011111011000001110001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDB486

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDB486; }

 p { color: rgb(221,180,134); }

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

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

 a { background-color: rgb(221,180,134); }

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

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

 span { border-color: rgb(221,180,134); }

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