Html Css Color HEX #DC8848 Flamenco

📋 copy color: '#DC8848'

red 220 ◦ green 136 ◦ blue 72

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

Shades of Flamenco #DC8848

Tints of Flamenco #DC8848

RGB

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

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

 BLUE value IS 72 (28.52% from 255) = 16.82%

R = 51.4%
G = 31.78%
B = 16.82%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.67

 K value IS 0.14

RGB Variations

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

Color information

#DC8848 (or 0xDC8848) is known color: Flamenco. HEX triplet: DC, 88 and 48. RGB value is (220,136,72). Sum of RGB (Red+Green+Blue) = 220+136+72=428 (56% of max value = 765). Red value is 220 (86.33% from 255 or 51.40% from 428); Green value is 136 (53.52% from 255 or 31.78% from 428); Blue value is 72 (28.52% from 255 or 16.82% from 428); Max value from RGB is 220 - color contains mainly: red. Hex color #DC8848 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DC8848 is #2377B7. Grayscale: #9A9A9A. Windows color (decimal): -2324408 or 4753628. OLE color: 4753628.

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

Color convert

RGB 220 136 72 -
CMYK 0 0.38 0.67 0.14
HSL 25.95º 0.68% 0.57% -
HSV(B) 25.95º 0.67% 0.86% -
XYZ 39.49 33.29 10.48 -
YUV 153.82 81.83 175.2 -
System Red Green Blue C M Y K H S L
Decimal 220 136 72 0 0.38 0.67 0.14 25.95 0.68 0.57
Hex DC 88 48 0 26 43 E 1A 44 39
Octal 334 210 110 0 46 103 16 32 104 71
Binary 11011100 10001000 1001000 0 100110 1000011 1110 11010 1000100 111001

Color Harmonies of #DC8848

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC8848

Black with #DC8848

Text Example


Text Example

White with #DC8848

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC8848; }

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

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

background-color css

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

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

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

border-color css

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

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

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