#DCAF8A

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

Shades of Brandy #DCAF8A

Tints of Brandy #DCAF8A

Color information

#DCAF8A (or 0xDCAF8A) is unknown color: approx Brandy. HEX triplet: DC, AF and 8A. RGB value is (220,175,138). Sum of RGB (Red+Green+Blue) = 220+175+138=533 (70% of max value = 765). Red value is 220 (86.33% from 255 or 41.28% from 533); Green value is 175 (68.75% from 255 or 32.83% from 533); Blue value is 138 (54.30% from 255 or 25.89% from 533); Max value from RGB is 220 - color contains mainly: red. Hex color #DCAF8A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DCAF8A is #235075. Grayscale: #B8B8B8. Windows color (decimal): -2314358 or 9088988. OLE color: 9088988.

HSL color Cylindrical-coordinate representation of color #DCAF8A: hue angle of 27.07º 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 #DCAF8A is Cyan = 0, Magento = 0.20, Yellow = 0.37 and Black (K on CMYK) = 0.14.

Color convert

RGB220175138-
CMYK00.200.370.14
HSL27.07º53.95%70.2%-
HSV(B)27.07º37.27%86.27%-
XYZ49.4347.7130.65-
YUV184.24101.91153.51-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 41.28%
GREEN value IS 175 (68.75% from 255) = 32.83%
BLUE value IS 138 (54.30% from 255) = 25.89%
R=41.28%
G=32.83%
B=25.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.37
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal22017513800.200.370.1427.0753.9570.2
HexDCAF8A01425E1b3646
Octal33425721202445163366106
Binary1101110010101111100010100101001001011110110111101101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCAF8A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCAF8A; }

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

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

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

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

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

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

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

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