Html Css Color HEX #DC8747 Flamenco

📋 copy color: '#DC8747'

red 220 ◦ green 135 ◦ blue 71

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

Shades of Flamenco #DC8747

Tints of Flamenco #DC8747

RGB

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

 GREEN value IS 135 (53.13% from 255) = 31.69%

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

R = 51.64%
G = 31.69%
B = 16.67%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.68

 K value IS 0.14

RGB Variations

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

Color information

#DC8747 (or 0xDC8747) is known color: Flamenco. HEX triplet: DC, 87 and 47. RGB value is (220,135,71). Sum of RGB (Red+Green+Blue) = 220+135+71=426 (56% of max value = 765). Red value is 220 (86.33% from 255 or 51.64% from 426); Green value is 135 (53.12% from 255 or 31.69% from 426); Blue value is 71 (28.12% from 255 or 16.67% from 426); Max value from RGB is 220 - color contains mainly: red. Hex color #DC8747 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DC8747 is #2378B8. Grayscale: #999999. Windows color (decimal): -2324665 or 4687836. OLE color: 4687836.

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

Color convert

RGB 220 135 71 -
CMYK 0 0.39 0.68 0.14
HSL 25.77º 0.68% 0.57% -
HSV(B) 25.77º 0.68% 0.86% -
XYZ 39.32 33 10.26 -
YUV 153.12 81.66 175.7 -
System Red Green Blue C M Y K H S L
Decimal 220 135 71 0 0.39 0.68 0.14 25.77 0.68 0.57
Hex DC 87 47 0 27 44 E 1A 44 39
Octal 334 207 107 0 47 104 16 32 104 71
Binary 11011100 10000111 1000111 0 100111 1000100 1110 11010 1000100 111001

Color Harmonies of #DC8747

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC8747

Black with #DC8747

Text Example


Text Example

White with #DC8747

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC8747; }

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

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

background-color css

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

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

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

border-color css

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

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

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