#DC8B4E

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

Shades of Flamenco #DC8B4E

Tints of Flamenco #DC8B4E

Color information

#DC8B4E (or 0xDC8B4E) is unknown color: approx Flamenco. HEX triplet: DC, 8B and 4E. RGB value is (220,139,78). Sum of RGB (Red+Green+Blue) = 220+139+78=437 (57% of max value = 765). Red value is 220 (86.33% from 255 or 50.34% from 437); Green value is 139 (54.69% from 255 or 31.81% from 437); Blue value is 78 (30.86% from 255 or 17.85% from 437); Max value from RGB is 220 - color contains mainly: red. Hex color #DC8B4E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DC8B4E is #2374B1. Grayscale: #9C9C9C. Windows color (decimal): -2323634 or 5147612. OLE color: 5147612.

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

Color convert

RGB22013978-
CMYK00.370.650.14
HSL25.77º66.98%58.43%-
HSV(B)25.77º64.55%86.27%-
XYZ40.1234.2311.7-
YUV156.2683.84173.46-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 50.34%
GREEN value IS 139 (54.69% from 255) = 31.81%
BLUE value IS 78 (30.86% from 255) = 17.85%
R=50.34%
G=31.81%
B=17.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.65
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2201397800.370.650.1425.7766.9858.43
HexDC8B4E02541E1a433a
Octal334213116045101163210372
Binary11011100100010111001110010010110000011110110101000011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DC8B4E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DC8B4E; }

 p { color: rgb(220,139,78); }

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

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

 a { background-color: rgb(220,139,78); }

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

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

 span { border-color: rgb(220,139,78); }

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