#DDB18E

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

Shades of Brandy #DDB18E

Tints of Brandy #DDB18E

Color information

#DDB18E (or 0xDDB18E) is unknown color: approx Brandy. HEX triplet: DD, B1 and 8E. RGB value is (221,177,142). Sum of RGB (Red+Green+Blue) = 221+177+142=540 (71% of max value = 765). Red value is 221 (86.72% from 255 or 40.93% from 540); Green value is 177 (69.53% from 255 or 32.78% from 540); Blue value is 142 (55.86% from 255 or 26.30% from 540); Max value from RGB is 221 - color contains mainly: red. Hex color #DDB18E is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DDB18E is #224E71. Grayscale: #BABABA. Windows color (decimal): -2248306 or 9351645. OLE color: 9351645.

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

Color convert

RGB221177142-
CMYK00.200.360.13
HSL26.58º53.74%71.18%-
HSV(B)26.58º35.75%86.67%-
XYZ50.4248.7732.35-
YUV186.17103.08152.85-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 40.93%
GREEN value IS 177 (69.53% from 255) = 32.78%
BLUE value IS 142 (55.86% from 255) = 26.30%
R=40.93%
G=32.78%
B=26.30%

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
Decimal22117714200.200.360.1326.5853.7471.18
HexDDB18E01424D1b3647
Octal33526121602444153366107
Binary1101110110110001100011100101001001001101110111101101000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDB18E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDB18E; }

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

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

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

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

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

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

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

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