#DDB08A

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

Shades of Brandy #DDB08A

Tints of Brandy #DDB08A

Color information

#DDB08A (or 0xDDB08A) is unknown color: approx Brandy. HEX triplet: DD, B0 and 8A. RGB value is (221,176,138). Sum of RGB (Red+Green+Blue) = 221+176+138=535 (70% of max value = 765). Red value is 221 (86.72% from 255 or 41.31% from 535); Green value is 176 (69.14% from 255 or 32.90% from 535); Blue value is 138 (54.30% from 255 or 25.79% from 535); Max value from RGB is 221 - color contains mainly: red. Hex color #DDB08A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DDB08A is #224F75. Grayscale: #B9B9B9. Windows color (decimal): -2248566 or 9089245. OLE color: 9089245.

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

Color convert

RGB221176138-
CMYK00.200.380.13
HSL27.47º54.97%70.39%-
HSV(B)27.47º37.56%86.67%-
XYZ49.9348.2630.73-
YUV185.12101.41153.59-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 41.31%
GREEN value IS 176 (69.14% from 255) = 32.90%
BLUE value IS 138 (54.30% from 255) = 25.79%
R=41.31%
G=32.90%
B=25.79%

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
Decimal22117613800.200.380.1327.4754.9770.39
HexDDB08A01426D1b3746
Octal33526021202446153367106
Binary1101110110110000100010100101001001101101110111101111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDB08A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDB08A; }

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

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

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

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

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

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

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

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