#DDB088

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

Shades of Brandy #DDB088

Tints of Brandy #DDB088

Color information

#DDB088 (or 0xDDB088) is unknown color: approx Brandy. HEX triplet: DD, B0 and 88. RGB value is (221,176,136). Sum of RGB (Red+Green+Blue) = 221+176+136=533 (70% of max value = 765). Red value is 221 (86.72% from 255 or 41.46% from 533); Green value is 176 (69.14% from 255 or 33.02% from 533); Blue value is 136 (53.52% from 255 or 25.52% from 533); Max value from RGB is 221 - color contains mainly: red. Hex color #DDB088 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DDB088 is #224F77. Grayscale: #B9B9B9. Windows color (decimal): -2248568 or 8958173. OLE color: 8958173.

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

Color convert

RGB221176136-
CMYK00.200.380.13
HSL28.24º55.56%70%-
HSV(B)28.24º38.46%86.67%-
XYZ49.7948.229.97-
YUV184.9100.41153.75-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 41.46%
GREEN value IS 176 (69.14% from 255) = 33.02%
BLUE value IS 136 (53.52% from 255) = 25.52%
R=41.46%
G=33.02%
B=25.52%

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
Decimal22117613600.200.380.1328.2455.5670
HexDDB08801426D1c3846
Octal33526021002446153470106
Binary1101110110110000100010000101001001101101111001110001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDB088

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDB088; }

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

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

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

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

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

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

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

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