Html Css Color HEX #DC8849 Flamenco

📋 copy color: '#DC8849'

red 220 ◦ green 136 ◦ blue 73

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

Shades of Flamenco #DC8849

Tints of Flamenco #DC8849

RGB

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

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

 BLUE value IS 73 (28.91% from 255) = 17.02%

R = 51.28%
G = 31.7%
B = 17.02%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.67

 K value IS 0.14

RGB Variations

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

Color information

#DC8849 (or 0xDC8849) is known color: Flamenco. HEX triplet: DC, 88 and 49. RGB value is (220,136,73). Sum of RGB (Red+Green+Blue) = 220+136+73=429 (56% of max value = 765). Red value is 220 (86.33% from 255 or 51.28% from 429); Green value is 136 (53.52% from 255 or 31.70% from 429); Blue value is 73 (28.91% from 255 or 17.02% from 429); Max value from RGB is 220 - color contains mainly: red. Hex color #DC8849 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DC8849 is #2377B6. Grayscale: #9A9A9A. Windows color (decimal): -2324407 or 4819164. OLE color: 4819164.

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

Color convert

RGB 220 136 73 -
CMYK 0 0.38 0.67 0.14
HSL 25.71º 0.68% 0.57% -
HSV(B) 25.71º 0.67% 0.86% -
XYZ 39.52 33.31 10.65 -
YUV 153.93 82.33 175.12 -
System Red Green Blue C M Y K H S L
Decimal 220 136 73 0 0.38 0.67 0.14 25.71 0.68 0.57
Hex DC 88 49 0 26 43 E 1A 44 39
Octal 334 210 111 0 46 103 16 32 104 71
Binary 11011100 10001000 1001001 0 100110 1000011 1110 11010 1000100 111001

Color Harmonies of #DC8849

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC8849

Black with #DC8849

Text Example


Text Example

White with #DC8849

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC8849; }

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

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

background-color css

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

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

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

border-color css

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

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

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