Html Css Color HEX #DC894E Flamenco

📋 copy color: '#DC894E'

red 220 ◦ green 137 ◦ blue 78

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

Shades of Flamenco #DC894E

Tints of Flamenco #DC894E

RGB

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

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

 BLUE value IS 78 (30.86% from 255) = 17.93%

R = 50.57%
G = 31.49%
B = 17.93%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.65

 K value IS 0.14

RGB Variations

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

Color information

#DC894E (or 0xDC894E) is known color: Flamenco. HEX triplet: DC, 89 and 4E. RGB value is (220,137,78). Sum of RGB (Red+Green+Blue) = 220+137+78=435 (57% of max value = 765). Red value is 220 (86.33% from 255 or 50.57% from 435); Green value is 137 (53.91% from 255 or 31.49% from 435); Blue value is 78 (30.86% from 255 or 17.93% from 435); Max value from RGB is 220 - color contains mainly: red. Hex color #DC894E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DC894E is #2376B1. Grayscale: #9B9B9B. Windows color (decimal): -2324146 or 5147100. OLE color: 5147100.

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

Color convert

RGB 220 137 78 -
CMYK 0 0.38 0.65 0.14
HSL 24.93º 0.67% 0.58% -
HSV(B) 24.93º 0.65% 0.86% -
XYZ 39.84 33.66 11.6 -
YUV 155.09 84.5 174.3 -
System Red Green Blue C M Y K H S L
Decimal 220 137 78 0 0.38 0.65 0.14 24.93 0.67 0.58
Hex DC 89 4E 0 26 41 E 19 43 3A
Octal 334 211 116 0 46 101 16 31 103 72
Binary 11011100 10001001 1001110 0 100110 1000001 1110 11001 1000011 111010

Color Harmonies of #DC894E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC894E

Black with #DC894E

Text Example


Text Example

White with #DC894E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC894E; }

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

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

background-color css

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

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

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

border-color css

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

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

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