Html Css Color HEX #DC884F Flamenco

📋 copy color: '#DC884F'

red 220 ◦ green 136 ◦ blue 79

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

Shades of Flamenco #DC884F

Tints of Flamenco #DC884F

RGB

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

 GREEN value IS 136 (53.52% from 255) = 31.26%

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

R = 50.57%
G = 31.26%
B = 18.16%

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

#DC884F (or 0xDC884F) is known color: Flamenco. HEX triplet: DC, 88 and 4F. RGB value is (220,136,79). Sum of RGB (Red+Green+Blue) = 220+136+79=435 (57% of max value = 765). Red value is 220 (86.33% from 255 or 50.57% from 435); Green value is 136 (53.52% from 255 or 31.26% from 435); Blue value is 79 (31.25% from 255 or 18.16% from 435); Max value from RGB is 220 - color contains mainly: red. Hex color #DC884F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DC884F is #2377B0. Grayscale: #9A9A9A. Windows color (decimal): -2324401 or 5212380. OLE color: 5212380.

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

Color convert

RGB 220 136 79 -
CMYK 0 0.38 0.64 0.14
HSL 24.26º 0.67% 0.59% -
HSV(B) 24.26º 0.64% 0.86% -
XYZ 39.73 33.39 11.75 -
YUV 154.62 85.33 174.63 -
System Red Green Blue C M Y K H S L
Decimal 220 136 79 0 0.38 0.64 0.14 24.26 0.67 0.59
Hex DC 88 4F 0 26 40 E 18 43 3B
Octal 334 210 117 0 46 100 16 30 103 73
Binary 11011100 10001000 1001111 0 100110 1000000 1110 11000 1000011 111011

Color Harmonies of #DC884F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC884F

Black with #DC884F

Text Example


Text Example

White with #DC884F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC884F; }

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

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

background-color css

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

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

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

border-color css

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

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

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