#DCB284

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

Shades of Brandy #DCB284

Tints of Brandy #DCB284

Color information

#DCB284 (or 0xDCB284) is unknown color: approx Brandy. HEX triplet: DC, B2 and 84. RGB value is (220,178,132). Sum of RGB (Red+Green+Blue) = 220+178+132=530 (70% of max value = 765). Red value is 220 (86.33% from 255 or 41.51% from 530); Green value is 178 (69.92% from 255 or 33.58% from 530); Blue value is 132 (51.95% from 255 or 24.91% from 530); Max value from RGB is 220 - color contains mainly: red. Hex color #DCB284 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DCB284 is #234D7B. Grayscale: #B9B9B9. Windows color (decimal): -2313596 or 8696540. OLE color: 8696540.

HSL color Cylindrical-coordinate representation of color #DCB284: hue angle of 31.36º degrees, saturation: 0.56, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #DCB284 is Cyan = 0, Magento = 0.19, Yellow = 0.40 and Black (K on CMYK) = 0.14.

Color convert

RGB220178132-
CMYK00.190.400.14
HSL31.36º55.7%69.02%-
HSV(B)31.36º40%86.27%-
XYZ49.648.7228.62-
YUV185.3197.91152.74-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 41.51%
GREEN value IS 178 (69.92% from 255) = 33.58%
BLUE value IS 132 (51.95% from 255) = 24.91%
R=41.51%
G=33.58%
B=24.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.40
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal22017813200.190.400.1431.3655.769.02
HexDCB28401328E1f3845
Octal33426220402350163770105
Binary1101110010110010100001000100111010001110111111110001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCB284

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCB284; }

 p { color: rgb(220,178,132); }

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

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

 a { background-color: rgb(220,178,132); }

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

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

 span { border-color: rgb(220,178,132); }

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