#DCAF8C

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

Shades of Brandy #DCAF8C

Tints of Brandy #DCAF8C

Color information

#DCAF8C (or 0xDCAF8C) is unknown color: approx Brandy. HEX triplet: DC, AF and 8C. RGB value is (220,175,140). Sum of RGB (Red+Green+Blue) = 220+175+140=535 (70% of max value = 765). Red value is 220 (86.33% from 255 or 41.12% from 535); Green value is 175 (68.75% from 255 or 32.71% from 535); Blue value is 140 (55.08% from 255 or 26.17% from 535); Max value from RGB is 220 - color contains mainly: red. Hex color #DCAF8C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DCAF8C is #235073. Grayscale: #B8B8B8. Windows color (decimal): -2314356 or 9220060. OLE color: 9220060.

HSL color Cylindrical-coordinate representation of color #DCAF8C: hue angle of 26.25º degrees, saturation: 0.53, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #DCAF8C is Cyan = 0, Magento = 0.20, Yellow = 0.36 and Black (K on CMYK) = 0.14.

Color convert

RGB220175140-
CMYK00.200.360.14
HSL26.25º53.33%70.59%-
HSV(B)26.25º36.36%86.27%-
XYZ49.5847.7731.42-
YUV184.46102.91153.35-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 41.12%
GREEN value IS 175 (68.75% from 255) = 32.71%
BLUE value IS 140 (55.08% from 255) = 26.17%
R=41.12%
G=32.71%
B=26.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.36
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal22017514000.200.360.1426.2553.3370.59
HexDCAF8C01424E1a3547
Octal33425721402444163265107
Binary1101110010101111100011000101001001001110110101101011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCAF8C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCAF8C; }

 p { color: rgb(220,175,140); }

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

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

 a { background-color: rgb(220,175,140); }

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

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

 span { border-color: rgb(220,175,140); }

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