Html Css Color HEX #DC8847 Flamenco

📋 copy color: '#DC8847'

red 220 ◦ green 136 ◦ blue 71

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

Shades of Flamenco #DC8847

Tints of Flamenco #DC8847

RGB

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

 GREEN value IS 136 (53.52% from 255) = 31.85%

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

R = 51.52%
G = 31.85%
B = 16.63%

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

#DC8847 (or 0xDC8847) is known color: Flamenco. HEX triplet: DC, 88 and 47. RGB value is (220,136,71). Sum of RGB (Red+Green+Blue) = 220+136+71=427 (56% of max value = 765). Red value is 220 (86.33% from 255 or 51.52% from 427); Green value is 136 (53.52% from 255 or 31.85% from 427); Blue value is 71 (28.12% from 255 or 16.63% from 427); Max value from RGB is 220 - color contains mainly: red. Hex color #DC8847 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DC8847 is #2377B8. Grayscale: #9A9A9A. Windows color (decimal): -2324409 or 4688092. OLE color: 4688092.

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

Color convert

RGB 220 136 71 -
CMYK 0 0.38 0.68 0.14
HSL 26.17º 0.68% 0.57% -
HSV(B) 26.17º 0.68% 0.86% -
XYZ 39.46 33.28 10.31 -
YUV 153.71 81.33 175.29 -
System Red Green Blue C M Y K H S L
Decimal 220 136 71 0 0.38 0.68 0.14 26.17 0.68 0.57
Hex DC 88 47 0 26 44 E 1A 44 39
Octal 334 210 107 0 46 104 16 32 104 71
Binary 11011100 10001000 1000111 0 100110 1000100 1110 11010 1000100 111001

Color Harmonies of #DC8847

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC8847

Black with #DC8847

Text Example


Text Example

White with #DC8847

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC8847; }

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

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

background-color css

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

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

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

border-color css

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

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

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