#DDB38D

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

Shades of Brandy #DDB38D

Tints of Brandy #DDB38D

Color information

#DDB38D (or 0xDDB38D) is unknown color: approx Brandy. HEX triplet: DD, B3 and 8D. RGB value is (221,179,141). Sum of RGB (Red+Green+Blue) = 221+179+141=541 (71% of max value = 765). Red value is 221 (86.72% from 255 or 40.85% from 541); Green value is 179 (70.31% from 255 or 33.09% from 541); Blue value is 141 (55.47% from 255 or 26.06% from 541); Max value from RGB is 221 - color contains mainly: red. Hex color #DDB38D is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DDB38D is #224C72. Grayscale: #BBBBBB. Windows color (decimal): -2247795 or 9286621. OLE color: 9286621.

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

Color convert

RGB221179141-
CMYK00.190.360.13
HSL28.5º54.05%70.98%-
HSV(B)28.5º36.2%86.67%-
XYZ50.7549.5432.09-
YUV187.23101.91152.09-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 40.85%
GREEN value IS 179 (70.31% from 255) = 33.09%
BLUE value IS 141 (55.47% from 255) = 26.06%
R=40.85%
G=33.09%
B=26.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.36
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22117914100.190.360.1328.554.0570.98
HexDDB38D01324D1d3647
Octal33526321502344153566107
Binary1101110110110011100011010100111001001101111011101101000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDB38D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDB38D; }

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

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

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

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

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

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

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

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