Html Css Color HEX #DC8947 Flamenco

📋 copy color: '#DC8947'

red 220 ◦ green 137 ◦ blue 71

#DC8947
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Flamenco #DC8947

Tints of Flamenco #DC8947

RGB

 RED value IS 220 (86.33% from 255) = 51.4%

 GREEN value IS 137 (53.91% from 255) = 32.01%

 BLUE value IS 71 (28.13% from 255) = 16.59%

R = 51.4%
G = 32.01%
B = 16.59%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.68

 K value IS 0.14

RGB Variations

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

Color information

#DC8947 (or 0xDC8947) is known color: Flamenco. HEX triplet: DC, 89 and 47. RGB value is (220,137,71). Sum of RGB (Red+Green+Blue) = 220+137+71=428 (56% of max value = 765). Red value is 220 (86.33% from 255 or 51.40% from 428); Green value is 137 (53.91% from 255 or 32.01% from 428); Blue value is 71 (28.12% from 255 or 16.59% from 428); Max value from RGB is 220 - color contains mainly: red. Hex color #DC8947 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DC8947 is #2376B8. Grayscale: #9A9A9A. Windows color (decimal): -2324153 or 4688348. OLE color: 4688348.

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

Color convert

RGB 220 137 71 -
CMYK 0 0.38 0.68 0.14
HSL 26.58º 0.68% 0.57% -
HSV(B) 26.58º 0.68% 0.86% -
XYZ 39.6 33.56 10.35 -
YUV 154.29 81 174.87 -
System Red Green Blue C M Y K H S L
Decimal 220 137 71 0 0.38 0.68 0.14 26.58 0.68 0.57
Hex DC 89 47 0 26 44 E 1B 44 39
Octal 334 211 107 0 46 104 16 33 104 71
Binary 11011100 10001001 1000111 0 100110 1000100 1110 11011 1000100 111001

Color Harmonies of #DC8947

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC8947

Black with #DC8947

Text Example


Text Example

White with #DC8947

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC8947; }

 p { color: rgb(220,137,71); }

 H1.HeaderClassName
 {
   color: #DC8947;
 }
 .AnyTagClassName
 {
   color: #DC8947;
 }
</style>

background-color css

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

 a { background-color: rgb(220,137,71); }

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

border-color css

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

 span { border-color: rgb(220,137,71); }

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