#DDB58B

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

Shades of Brandy #DDB58B

Tints of Brandy #DDB58B

Color information

#DDB58B (or 0xDDB58B) is unknown color: approx Brandy. HEX triplet: DD, B5 and 8B. RGB value is (221,181,139). Sum of RGB (Red+Green+Blue) = 221+181+139=541 (71% of max value = 765). Red value is 221 (86.72% from 255 or 40.85% from 541); Green value is 181 (71.09% from 255 or 33.46% from 541); Blue value is 139 (54.69% from 255 or 25.69% from 541); Max value from RGB is 221 - color contains mainly: red. Hex color #DDB58B is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DDB58B is #224A74. Grayscale: #BCBCBC. Windows color (decimal): -2247285 or 9156061. OLE color: 9156061.

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

Color convert

RGB221181139-
CMYK00.180.370.13
HSL30.73º54.67%70.59%-
HSV(B)30.73º37.1%86.67%-
XYZ5150.2831.44-
YUV188.17100.25151.42-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 40.85%
GREEN value IS 181 (71.09% from 255) = 33.46%
BLUE value IS 139 (54.69% from 255) = 25.69%
R=40.85%
G=33.46%
B=25.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.37
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22118113900.180.370.1330.7354.6770.59
HexDDB58B01225D1f3747
Octal33526521302245153767107
Binary1101110110110101100010110100101001011101111111101111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDB58B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDB58B; }

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

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

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

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

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

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

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

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