#DCB08A

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

Shades of Brandy #DCB08A

Tints of Brandy #DCB08A

Color information

#DCB08A (or 0xDCB08A) is unknown color: approx Brandy. HEX triplet: DC, B0 and 8A. RGB value is (220,176,138). Sum of RGB (Red+Green+Blue) = 220+176+138=534 (70% of max value = 765). Red value is 220 (86.33% from 255 or 41.20% from 534); Green value is 176 (69.14% from 255 or 32.96% from 534); Blue value is 138 (54.30% from 255 or 25.84% from 534); Max value from RGB is 220 - color contains mainly: red. Hex color #DCB08A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DCB08A is #234F75. Grayscale: #B9B9B9. Windows color (decimal): -2314102 or 9089244. OLE color: 9089244.

HSL color Cylindrical-coordinate representation of color #DCB08A: hue angle of 27.8º degrees, saturation: 0.54, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #DCB08A is Cyan = 0, Magento = 0.2, Yellow = 0.37 and Black (K on CMYK) = 0.14.

Color convert

RGB220176138-
CMYK00.20.370.14
HSL27.8º53.95%70.2%-
HSV(B)27.8º37.27%86.27%-
XYZ49.6348.130.71-
YUV184.82101.58153.09-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 41.20%
GREEN value IS 176 (69.14% from 255) = 32.96%
BLUE value IS 138 (54.30% from 255) = 25.84%
R=41.20%
G=32.96%
B=25.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.2
Y (Yellow) values IS 0.37
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal22017613800.20.370.1427.853.9570.2
HexDCB08A01425E1c3646
Octal33426021202445163466106
Binary1101110010110000100010100101001001011110111001101101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCB08A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCB08A; }

 p { color: rgb(220,176,138); }

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

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

 a { background-color: rgb(220,176,138); }

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

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

 span { border-color: rgb(220,176,138); }

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