Html Css Color HEX #DC8946 Flamenco

📋 copy color: '#DC8946'

red 220 ◦ green 137 ◦ blue 70

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

Shades of Flamenco #DC8946

Tints of Flamenco #DC8946

RGB

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

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

 BLUE value IS 70 (27.73% from 255) = 16.39%

R = 51.52%
G = 32.08%
B = 16.39%

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

#DC8946 (or 0xDC8946) is known color: Flamenco. HEX triplet: DC, 89 and 46. RGB value is (220,137,70). Sum of RGB (Red+Green+Blue) = 220+137+70=427 (56% of max value = 765). Red value is 220 (86.33% from 255 or 51.52% from 427); Green value is 137 (53.91% from 255 or 32.08% from 427); Blue value is 70 (27.73% from 255 or 16.39% from 427); Max value from RGB is 220 - color contains mainly: red. Hex color #DC8946 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DC8946 is #2376B9. Grayscale: #9A9A9A. Windows color (decimal): -2324154 or 4622812. OLE color: 4622812.

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

Color convert

RGB 220 137 70 -
CMYK 0 0.38 0.68 0.14
HSL 26.8º 0.68% 0.57% -
HSV(B) 26.8º 0.68% 0.86% -
XYZ 39.57 33.55 10.18 -
YUV 154.18 80.5 174.95 -
System Red Green Blue C M Y K H S L
Decimal 220 137 70 0 0.38 0.68 0.14 26.8 0.68 0.57
Hex DC 89 46 0 26 44 E 1B 44 39
Octal 334 211 106 0 46 104 16 33 104 71
Binary 11011100 10001001 1000110 0 100110 1000100 1110 11011 1000100 111001

Color Harmonies of #DC8946

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC8946

Black with #DC8946

Text Example


Text Example

White with #DC8946

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC8946; }

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

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

background-color css

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

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

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

border-color css

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

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

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