Html Css Color HEX #DC884D Flamenco

📋 copy color: '#DC884D'

red 220 ◦ green 136 ◦ blue 77

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

Shades of Flamenco #DC884D

Tints of Flamenco #DC884D

RGB

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

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

 BLUE value IS 77 (30.47% from 255) = 17.78%

R = 50.81%
G = 31.41%
B = 17.78%

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

#DC884D (or 0xDC884D) is known color: Flamenco. HEX triplet: DC, 88 and 4D. RGB value is (220,136,77). Sum of RGB (Red+Green+Blue) = 220+136+77=433 (57% of max value = 765). Red value is 220 (86.33% from 255 or 50.81% from 433); Green value is 136 (53.52% from 255 or 31.41% from 433); Blue value is 77 (30.47% from 255 or 17.78% from 433); Max value from RGB is 220 - color contains mainly: red. Hex color #DC884D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DC884D is #2377B2. Grayscale: #9A9A9A. Windows color (decimal): -2324403 or 5081308. OLE color: 5081308.

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

Color convert

RGB 220 136 77 -
CMYK 0 0.38 0.65 0.14
HSL 24.76º 0.67% 0.58% -
HSV(B) 24.76º 0.65% 0.86% -
XYZ 39.66 33.36 11.37 -
YUV 154.39 84.33 174.8 -
System Red Green Blue C M Y K H S L
Decimal 220 136 77 0 0.38 0.65 0.14 24.76 0.67 0.58
Hex DC 88 4D 0 26 41 E 19 43 3A
Octal 334 210 115 0 46 101 16 31 103 72
Binary 11011100 10001000 1001101 0 100110 1000001 1110 11001 1000011 111010

Color Harmonies of #DC884D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC884D

Black with #DC884D

Text Example


Text Example

White with #DC884D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC884D; }

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

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

background-color css

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

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

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

border-color css

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

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

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