#DDB487

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

Shades of Brandy #DDB487

Tints of Brandy #DDB487

Color information

#DDB487 (or 0xDDB487) is unknown color: approx Brandy. HEX triplet: DD, B4 and 87. RGB value is (221,180,135). Sum of RGB (Red+Green+Blue) = 221+180+135=536 (70% of max value = 765). Red value is 221 (86.72% from 255 or 41.23% from 536); Green value is 180 (70.70% from 255 or 33.58% from 536); Blue value is 135 (53.12% from 255 or 25.19% from 536); Max value from RGB is 221 - color contains mainly: red. Hex color #DDB487 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DDB487 is #224B78. Grayscale: #BBBBBB. Windows color (decimal): -2247545 or 8893661. OLE color: 8893661.

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

Color convert

RGB221180135-
CMYK00.190.390.13
HSL31.4º55.84%69.8%-
HSV(B)31.4º38.91%86.67%-
XYZ50.5149.7629.86-
YUV187.1398.58152.16-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 41.23%
GREEN value IS 180 (70.70% from 255) = 33.58%
BLUE value IS 135 (53.12% from 255) = 25.19%
R=41.23%
G=33.58%
B=25.19%

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
Decimal22118013500.190.390.1331.455.8469.8
HexDDB48701327D1f3846
Octal33526420702347153770106
Binary1101110110110100100001110100111001111101111111110001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDB487

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDB487; }

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

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

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

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

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

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

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

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