#DDB48A

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

Shades of Brandy #DDB48A

Tints of Brandy #DDB48A

Color information

#DDB48A (or 0xDDB48A) is unknown color: approx Brandy. HEX triplet: DD, B4 and 8A. RGB value is (221,180,138). Sum of RGB (Red+Green+Blue) = 221+180+138=539 (71% of max value = 765). Red value is 221 (86.72% from 255 or 41.00% from 539); Green value is 180 (70.70% from 255 or 33.40% from 539); Blue value is 138 (54.30% from 255 or 25.60% from 539); Max value from RGB is 221 - color contains mainly: red. Hex color #DDB48A is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DDB48A is #224B75. Grayscale: #BBBBBB. Windows color (decimal): -2247542 or 9090269. OLE color: 9090269.

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

Color convert

RGB221180138-
CMYK00.190.380.13
HSL30.36º54.97%70.39%-
HSV(B)30.36º37.56%86.67%-
XYZ50.7349.8530.99-
YUV187.47100.08151.92-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 41.00%
GREEN value IS 180 (70.70% from 255) = 33.40%
BLUE value IS 138 (54.30% from 255) = 25.60%
R=41.00%
G=33.40%
B=25.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.38
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22118013800.190.380.1330.3654.9770.39
HexDDB48A01326D1e3746
Octal33526421202346153667106
Binary1101110110110100100010100100111001101101111101101111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDB48A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDB48A; }

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

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

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

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

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

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

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

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