#DC8C4A

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

Shades of Flamenco #DC8C4A

Tints of Flamenco #DC8C4A

Color information

#DC8C4A (or 0xDC8C4A) is unknown color: approx Flamenco. HEX triplet: DC, 8C and 4A. RGB value is (220,140,74). Sum of RGB (Red+Green+Blue) = 220+140+74=434 (57% of max value = 765). Red value is 220 (86.33% from 255 or 50.69% from 434); Green value is 140 (55.08% from 255 or 32.26% from 434); Blue value is 74 (29.30% from 255 or 17.05% from 434); Max value from RGB is 220 - color contains mainly: red. Hex color #DC8C4A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DC8C4A is #2373B5. Grayscale: #9C9C9C. Windows color (decimal): -2323382 or 4885724. OLE color: 4885724.

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

Color convert

RGB22014074-
CMYK00.360.660.14
HSL27.12º67.59%57.65%-
HSV(B)27.12º66.36%86.27%-
XYZ40.1334.4711.02-
YUV156.481.5173.37-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 50.69%
GREEN value IS 140 (55.08% from 255) = 32.26%
BLUE value IS 74 (29.30% from 255) = 17.05%
R=50.69%
G=32.26%
B=17.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.66
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2201407400.360.660.1427.1267.5957.65
HexDC8C4A02442E1b443a
Octal334214112044102163310472
Binary11011100100011001001010010010010000101110110111000100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DC8C4A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DC8C4A; }

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

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

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

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

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

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

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

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