#DDB488

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

Shades of Brandy #DDB488

Tints of Brandy #DDB488

Color information

#DDB488 (or 0xDDB488) is unknown color: approx Brandy. HEX triplet: DD, B4 and 88. RGB value is (221,180,136). Sum of RGB (Red+Green+Blue) = 221+180+136=537 (71% of max value = 765). Red value is 221 (86.72% from 255 or 41.15% from 537); Green value is 180 (70.70% from 255 or 33.52% from 537); Blue value is 136 (53.52% from 255 or 25.33% from 537); Max value from RGB is 221 - color contains mainly: red. Hex color #DDB488 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DDB488 is #224B77. Grayscale: #BBBBBB. Windows color (decimal): -2247544 or 8959197. OLE color: 8959197.

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

Color convert

RGB221180136-
CMYK00.190.380.13
HSL31.06º55.56%70%-
HSV(B)31.06º38.46%86.67%-
XYZ50.5849.7930.24-
YUV187.2499.08152.08-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 41.15%
GREEN value IS 180 (70.70% from 255) = 33.52%
BLUE value IS 136 (53.52% from 255) = 25.33%
R=41.15%
G=33.52%
B=25.33%

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
Decimal22118013600.190.380.1331.0655.5670
HexDDB48801326D1f3846
Octal33526421002346153770106
Binary1101110110110100100010000100111001101101111111110001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDB488

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDB488; }

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

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

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

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

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

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

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

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