#DDB288

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

Shades of Brandy #DDB288

Tints of Brandy #DDB288

Color information

#DDB288 (or 0xDDB288) is unknown color: approx Brandy. HEX triplet: DD, B2 and 88. RGB value is (221,178,136). Sum of RGB (Red+Green+Blue) = 221+178+136=535 (70% of max value = 765). Red value is 221 (86.72% from 255 or 41.31% from 535); Green value is 178 (69.92% from 255 or 33.27% from 535); Blue value is 136 (53.52% from 255 or 25.42% from 535); Max value from RGB is 221 - color contains mainly: red. Hex color #DDB288 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DDB288 is #224D77. Grayscale: #BABABA. Windows color (decimal): -2248056 or 8958685. OLE color: 8958685.

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

Color convert

RGB221178136-
CMYK00.190.380.13
HSL29.65º55.56%70%-
HSV(B)29.65º38.46%86.67%-
XYZ50.1848.9930.1-
YUV186.0799.75152.92-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 41.31%
GREEN value IS 178 (69.92% from 255) = 33.27%
BLUE value IS 136 (53.52% from 255) = 25.42%
R=41.31%
G=33.27%
B=25.42%

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
Decimal22117813600.190.380.1329.6555.5670
HexDDB28801326D1e3846
Octal33526221002346153670106
Binary1101110110110010100010000100111001101101111101110001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDB288

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDB288; }

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

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

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

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

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

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

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

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