#DDB58A

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

Shades of Brandy #DDB58A

Tints of Brandy #DDB58A

Color information

#DDB58A (or 0xDDB58A) is unknown color: approx Brandy. HEX triplet: DD, B5 and 8A. RGB value is (221,181,138). Sum of RGB (Red+Green+Blue) = 221+181+138=540 (71% of max value = 765). Red value is 221 (86.72% from 255 or 40.93% from 540); Green value is 181 (71.09% from 255 or 33.52% from 540); Blue value is 138 (54.30% from 255 or 25.56% from 540); Max value from RGB is 221 - color contains mainly: red. Hex color #DDB58A is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DDB58A is #224A75. Grayscale: #BCBCBC. Windows color (decimal): -2247286 or 9090525. OLE color: 9090525.

HSL color Cylindrical-coordinate representation of color #DDB58A: hue angle of 31.08º degrees, saturation: 0.55, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #DDB58A is Cyan = 0, Magento = 0.18, Yellow = 0.38 and Black (K on CMYK) = 0.13.

Color convert

RGB221181138-
CMYK00.180.380.13
HSL31.08º54.97%70.39%-
HSV(B)31.08º37.56%86.67%-
XYZ50.9350.2531.06-
YUV188.0699.75151.5-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 40.93%
GREEN value IS 181 (71.09% from 255) = 33.52%
BLUE value IS 138 (54.30% from 255) = 25.56%
R=40.93%
G=33.52%
B=25.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.38
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22118113800.180.380.1331.0854.9770.39
HexDDB58A01226D1f3746
Octal33526521202246153767106
Binary1101110110110101100010100100101001101101111111101111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDB58A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDB58A; }

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

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

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

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

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

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

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

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