#DDB08D

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

Shades of Brandy #DDB08D

Tints of Brandy #DDB08D

Color information

#DDB08D (or 0xDDB08D) is unknown color: approx Brandy. HEX triplet: DD, B0 and 8D. RGB value is (221,176,141). Sum of RGB (Red+Green+Blue) = 221+176+141=538 (71% of max value = 765). Red value is 221 (86.72% from 255 or 41.08% from 538); Green value is 176 (69.14% from 255 or 32.71% from 538); Blue value is 141 (55.47% from 255 or 26.21% from 538); Max value from RGB is 221 - color contains mainly: red. Hex color #DDB08D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DDB08D is #224F72. Grayscale: #B9B9B9. Windows color (decimal): -2248563 or 9285853. OLE color: 9285853.

HSL color Cylindrical-coordinate representation of color #DDB08D: hue angle of 26.25º degrees, saturation: 0.54, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #DDB08D is Cyan = 0, Magento = 0.20, Yellow = 0.36 and Black (K on CMYK) = 0.13.

Color convert

RGB221176141-
CMYK00.200.360.13
HSL26.25º54.05%70.98%-
HSV(B)26.25º36.2%86.67%-
XYZ50.1548.3531.89-
YUV185.46102.91153.35-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 41.08%
GREEN value IS 176 (69.14% from 255) = 32.71%
BLUE value IS 141 (55.47% from 255) = 26.21%
R=41.08%
G=32.71%
B=26.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.36
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22117614100.200.360.1326.2554.0570.98
HexDDB08D01424D1a3647
Octal33526021502444153266107
Binary1101110110110000100011010101001001001101110101101101000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDB08D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDB08D; }

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

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

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

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

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

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

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

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