#DDB188

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

Shades of Brandy #DDB188

Tints of Brandy #DDB188

Color information

#DDB188 (or 0xDDB188) is unknown color: approx Brandy. HEX triplet: DD, B1 and 88. RGB value is (221,177,136). Sum of RGB (Red+Green+Blue) = 221+177+136=534 (70% of max value = 765). Red value is 221 (86.72% from 255 or 41.39% from 534); Green value is 177 (69.53% from 255 or 33.15% from 534); Blue value is 136 (53.52% from 255 or 25.47% from 534); Max value from RGB is 221 - color contains mainly: red. Hex color #DDB188 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DDB188 is #224E77. Grayscale: #B9B9B9. Windows color (decimal): -2248312 or 8958429. OLE color: 8958429.

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

Color convert

RGB221177136-
CMYK00.200.380.13
HSL28.94º55.56%70%-
HSV(B)28.94º38.46%86.67%-
XYZ49.9848.5930.04-
YUV185.48100.08153.33-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 41.39%
GREEN value IS 177 (69.53% from 255) = 33.15%
BLUE value IS 136 (53.52% from 255) = 25.47%
R=41.39%
G=33.15%
B=25.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.38
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22117713600.200.380.1328.9455.5670
HexDDB18801426D1d3846
Octal33526121002446153570106
Binary1101110110110001100010000101001001101101111011110001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDB188

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDB188; }

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

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

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

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

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

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

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

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