#DDB68E

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

Shades of Brandy #DDB68E

Tints of Brandy #DDB68E

Color information

#DDB68E (or 0xDDB68E) is unknown color: approx Brandy. HEX triplet: DD, B6 and 8E. RGB value is (221,182,142). Sum of RGB (Red+Green+Blue) = 221+182+142=545 (72% of max value = 765). Red value is 221 (86.72% from 255 or 40.55% from 545); Green value is 182 (71.48% from 255 or 33.39% from 545); Blue value is 142 (55.86% from 255 or 26.06% from 545); Max value from RGB is 221 - color contains mainly: red. Hex color #DDB68E is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DDB68E is #224971. Grayscale: #BDBDBD. Windows color (decimal): -2247026 or 9352925. OLE color: 9352925.

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

Color convert

RGB221182142-
CMYK00.180.360.13
HSL30.38º53.74%71.18%-
HSV(B)30.38º35.75%86.67%-
XYZ51.4350.7832.68-
YUV189.1101.42150.75-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 40.55%
GREEN value IS 182 (71.48% from 255) = 33.39%
BLUE value IS 142 (55.86% from 255) = 26.06%
R=40.55%
G=33.39%
B=26.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.36
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22118214200.180.360.1330.3853.7471.18
HexDDB68E01224D1e3647
Octal33526621602244153666107
Binary1101110110110110100011100100101001001101111101101101000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDB68E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDB68E; }

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

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

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

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

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

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

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

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