Html Css Color HEX #DC894A Flamenco

📋 copy color: '#DC894A'

red 220 ◦ green 137 ◦ blue 74

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

Shades of Flamenco #DC894A

Tints of Flamenco #DC894A

RGB

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

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

 BLUE value IS 74 (29.3% from 255) = 17.17%

R = 51.04%
G = 31.79%
B = 17.17%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.66

 K value IS 0.14

RGB Variations

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

Color information

#DC894A (or 0xDC894A) is known color: Flamenco. HEX triplet: DC, 89 and 4A. RGB value is (220,137,74). Sum of RGB (Red+Green+Blue) = 220+137+74=431 (57% of max value = 765). Red value is 220 (86.33% from 255 or 51.04% from 431); Green value is 137 (53.91% from 255 or 31.79% from 431); Blue value is 74 (29.30% from 255 or 17.17% from 431); Max value from RGB is 220 - color contains mainly: red. Hex color #DC894A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DC894A is #2376B5. Grayscale: #9A9A9A. Windows color (decimal): -2324150 or 4884956. OLE color: 4884956.

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

Color convert

RGB 220 137 74 -
CMYK 0 0.38 0.66 0.14
HSL 25.89º 0.68% 0.58% -
HSV(B) 25.89º 0.66% 0.86% -
XYZ 39.7 33.6 10.87 -
YUV 154.64 82.5 174.62 -
System Red Green Blue C M Y K H S L
Decimal 220 137 74 0 0.38 0.66 0.14 25.89 0.68 0.58
Hex DC 89 4A 0 26 42 E 1A 44 3A
Octal 334 211 112 0 46 102 16 32 104 72
Binary 11011100 10001001 1001010 0 100110 1000010 1110 11010 1000100 111010

Color Harmonies of #DC894A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC894A

Black with #DC894A

Text Example


Text Example

White with #DC894A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC894A; }

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

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

background-color css

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

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

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

border-color css

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

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

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