#DDB08B

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

Shades of Brandy #DDB08B

Tints of Brandy #DDB08B

Color information

#DDB08B (or 0xDDB08B) is unknown color: approx Brandy. HEX triplet: DD, B0 and 8B. RGB value is (221,176,139). Sum of RGB (Red+Green+Blue) = 221+176+139=536 (70% of max value = 765). Red value is 221 (86.72% from 255 or 41.23% from 536); Green value is 176 (69.14% from 255 or 32.84% from 536); Blue value is 139 (54.69% from 255 or 25.93% from 536); Max value from RGB is 221 - color contains mainly: red. Hex color #DDB08B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DDB08B is #224F74. Grayscale: #B9B9B9. Windows color (decimal): -2248565 or 9154781. OLE color: 9154781.

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

Color convert

RGB221176139-
CMYK00.200.370.13
HSL27.07º54.67%70.59%-
HSV(B)27.07º37.1%86.67%-
XYZ5048.2931.11-
YUV185.24101.91153.51-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 41.23%
GREEN value IS 176 (69.14% from 255) = 32.84%
BLUE value IS 139 (54.69% from 255) = 25.93%
R=41.23%
G=32.84%
B=25.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.37
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22117613900.200.370.1327.0754.6770.59
HexDDB08B01425D1b3747
Octal33526021302445153367107
Binary1101110110110000100010110101001001011101110111101111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDB08B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDB08B; }

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

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

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

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

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

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

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

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