Html Css Color HEX #DC8A47 Flamenco

📋 copy color: '#DC8A47'

red 220 ◦ green 138 ◦ blue 71

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

Shades of Flamenco #DC8A47

Tints of Flamenco #DC8A47

RGB

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

 GREEN value IS 138 (54.3% from 255) = 32.17%

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

R = 51.28%
G = 32.17%
B = 16.55%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.68

 K value IS 0.14

RGB Variations

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

Color information

#DC8A47 (or 0xDC8A47) is known color: Flamenco. HEX triplet: DC, 8A and 47. RGB value is (220,138,71). Sum of RGB (Red+Green+Blue) = 220+138+71=429 (56% of max value = 765). Red value is 220 (86.33% from 255 or 51.28% from 429); Green value is 138 (54.30% from 255 or 32.17% from 429); Blue value is 71 (28.12% from 255 or 16.55% from 429); Max value from RGB is 220 - color contains mainly: red. Hex color #DC8A47 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DC8A47 is #2375B8. Grayscale: #9B9B9B. Windows color (decimal): -2323897 or 4688604. OLE color: 4688604.

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

Color convert

RGB 220 138 71 -
CMYK 0 0.37 0.68 0.14
HSL 26.98º 0.68% 0.57% -
HSV(B) 26.98º 0.68% 0.86% -
XYZ 39.74 33.85 10.4 -
YUV 154.88 80.67 174.45 -
System Red Green Blue C M Y K H S L
Decimal 220 138 71 0 0.37 0.68 0.14 26.98 0.68 0.57
Hex DC 8A 47 0 25 44 E 1B 44 39
Octal 334 212 107 0 45 104 16 33 104 71
Binary 11011100 10001010 1000111 0 100101 1000100 1110 11011 1000100 111001

Color Harmonies of #DC8A47

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC8A47

Black with #DC8A47

Text Example


Text Example

White with #DC8A47

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC8A47; }

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

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

background-color css

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

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

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

border-color css

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

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

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