#DDB28B

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

Shades of Brandy #DDB28B

Tints of Brandy #DDB28B

Color information

#DDB28B (or 0xDDB28B) is unknown color: approx Brandy. HEX triplet: DD, B2 and 8B. RGB value is (221,178,139). Sum of RGB (Red+Green+Blue) = 221+178+139=538 (71% of max value = 765). Red value is 221 (86.72% from 255 or 41.08% from 538); Green value is 178 (69.92% from 255 or 33.09% from 538); Blue value is 139 (54.69% from 255 or 25.84% from 538); Max value from RGB is 221 - color contains mainly: red. Hex color #DDB28B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DDB28B is #224D74. Grayscale: #BABABA. Windows color (decimal): -2248053 or 9155293. OLE color: 9155293.

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

Color convert

RGB221178139-
CMYK00.190.370.13
HSL28.54º54.67%70.59%-
HSV(B)28.54º37.1%86.67%-
XYZ50.449.0831.24-
YUV186.41101.25152.67-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 41.08%
GREEN value IS 178 (69.92% from 255) = 33.09%
BLUE value IS 139 (54.69% from 255) = 25.84%
R=41.08%
G=33.09%
B=25.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.37
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22117813900.190.370.1328.5454.6770.59
HexDDB28B01325D1d3747
Octal33526221302345153567107
Binary1101110110110010100010110100111001011101111011101111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDB28B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDB28B; }

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

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

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

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

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

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

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

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