#DDB78A

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

Shades of Brandy #DDB78A

Tints of Brandy #DDB78A

Color information

#DDB78A (or 0xDDB78A) is unknown color: approx Brandy. HEX triplet: DD, B7 and 8A. RGB value is (221,183,138). Sum of RGB (Red+Green+Blue) = 221+183+138=542 (71% of max value = 765). Red value is 221 (86.72% from 255 or 40.77% from 542); Green value is 183 (71.88% from 255 or 33.76% from 542); Blue value is 138 (54.30% from 255 or 25.46% from 542); Max value from RGB is 221 - color contains mainly: red. Hex color #DDB78A is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DDB78A is #224875. Grayscale: #BDBDBD. Windows color (decimal): -2246774 or 9091037. OLE color: 9091037.

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

Color convert

RGB221183138-
CMYK00.170.380.13
HSL32.53º54.97%70.39%-
HSV(B)32.53º37.56%86.67%-
XYZ51.3451.0731.2-
YUV189.2399.09150.66-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 40.77%
GREEN value IS 183 (71.88% from 255) = 33.76%
BLUE value IS 138 (54.30% from 255) = 25.46%
R=40.77%
G=33.76%
B=25.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.38
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22118313800.170.380.1332.5354.9770.39
HexDDB78A01126D213746
Octal33526721202146154167106
Binary11011101101101111000101001000110011011011000011101111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDB78A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDB78A; }

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

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

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

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

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

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

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

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