#DDB48E

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

Shades of Brandy #DDB48E

Tints of Brandy #DDB48E

Color information

#DDB48E (or 0xDDB48E) is unknown color: approx Brandy. HEX triplet: DD, B4 and 8E. RGB value is (221,180,142). Sum of RGB (Red+Green+Blue) = 221+180+142=543 (71% of max value = 765). Red value is 221 (86.72% from 255 or 40.70% from 543); Green value is 180 (70.70% from 255 or 33.15% from 543); Blue value is 142 (55.86% from 255 or 26.15% from 543); Max value from RGB is 221 - color contains mainly: red. Hex color #DDB48E is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DDB48E is #224B71. Grayscale: #BCBCBC. Windows color (decimal): -2247538 or 9352413. OLE color: 9352413.

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

Color convert

RGB221180142-
CMYK00.190.360.13
HSL28.86º53.74%71.18%-
HSV(B)28.86º35.75%86.67%-
XYZ51.0249.9732.55-
YUV187.93102.08151.59-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 40.70%
GREEN value IS 180 (70.70% from 255) = 33.15%
BLUE value IS 142 (55.86% from 255) = 26.15%
R=40.70%
G=33.15%
B=26.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.36
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22118014200.190.360.1328.8653.7471.18
HexDDB48E01324D1d3647
Octal33526421602344153566107
Binary1101110110110100100011100100111001001101111011101101000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDB48E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDB48E; }

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

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

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

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

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

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

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

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