Html Css Color HEX #DC894F Flamenco

📋 copy color: '#DC894F'

red 220 ◦ green 137 ◦ blue 79

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

Shades of Flamenco #DC894F

Tints of Flamenco #DC894F

RGB

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

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

 BLUE value IS 79 (31.25% from 255) = 18.12%

R = 50.46%
G = 31.42%
B = 18.12%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.64

 K value IS 0.14

RGB Variations

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

Color information

#DC894F (or 0xDC894F) is known color: Flamenco. HEX triplet: DC, 89 and 4F. RGB value is (220,137,79). Sum of RGB (Red+Green+Blue) = 220+137+79=436 (57% of max value = 765). Red value is 220 (86.33% from 255 or 50.46% from 436); Green value is 137 (53.91% from 255 or 31.42% from 436); Blue value is 79 (31.25% from 255 or 18.12% from 436); Max value from RGB is 220 - color contains mainly: red. Hex color #DC894F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DC894F is #2376B0. Grayscale: #9B9B9B. Windows color (decimal): -2324145 or 5212636. OLE color: 5212636.

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

Color convert

RGB 220 137 79 -
CMYK 0 0.38 0.64 0.14
HSL 24.68º 0.67% 0.59% -
HSV(B) 24.68º 0.64% 0.86% -
XYZ 39.87 33.67 11.79 -
YUV 155.21 85 174.22 -
System Red Green Blue C M Y K H S L
Decimal 220 137 79 0 0.38 0.64 0.14 24.68 0.67 0.59
Hex DC 89 4F 0 26 40 E 19 43 3B
Octal 334 211 117 0 46 100 16 31 103 73
Binary 11011100 10001001 1001111 0 100110 1000000 1110 11001 1000011 111011

Color Harmonies of #DC894F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC894F

Black with #DC894F

Text Example


Text Example

White with #DC894F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC894F; }

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

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

background-color css

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

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

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

border-color css

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

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

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