#DDB28E

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

Shades of Brandy #DDB28E

Tints of Brandy #DDB28E

Color information

#DDB28E (or 0xDDB28E) is unknown color: approx Brandy. HEX triplet: DD, B2 and 8E. RGB value is (221,178,142). Sum of RGB (Red+Green+Blue) = 221+178+142=541 (71% of max value = 765). Red value is 221 (86.72% from 255 or 40.85% from 541); Green value is 178 (69.92% from 255 or 32.90% from 541); Blue value is 142 (55.86% from 255 or 26.25% from 541); Max value from RGB is 221 - color contains mainly: red. Hex color #DDB28E is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DDB28E is #224D71. Grayscale: #BABABA. Windows color (decimal): -2248050 or 9351901. OLE color: 9351901.

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

Color convert

RGB221178142-
CMYK00.190.360.13
HSL27.34º53.74%71.18%-
HSV(B)27.34º35.75%86.67%-
XYZ50.6249.1732.41-
YUV186.75102.75152.43-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 40.85%
GREEN value IS 178 (69.92% from 255) = 32.90%
BLUE value IS 142 (55.86% from 255) = 26.25%
R=40.85%
G=32.90%
B=26.25%

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
Decimal22117814200.190.360.1327.3453.7471.18
HexDDB28E01324D1b3647
Octal33526221602344153366107
Binary1101110110110010100011100100111001001101110111101101000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDB28E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDB28E; }

 p { color: rgb(221,178,142); }

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

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

 a { background-color: rgb(221,178,142); }

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

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

 span { border-color: rgb(221,178,142); }

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