Html Css Color HEX #DD8848 Flamenco

📋 copy color: '#DD8848'

red 221 ◦ green 136 ◦ blue 72

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

Shades of Flamenco #DD8848

Tints of Flamenco #DD8848

RGB

 RED value IS 221 (86.72% from 255) = 51.52%

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

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

R = 51.52%
G = 31.7%
B = 16.78%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.67

 K value IS 0.13

RGB Variations

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

Color information

#DD8848 (or 0xDD8848) is known color: Flamenco. HEX triplet: DD, 88 and 48. RGB value is (221,136,72). Sum of RGB (Red+Green+Blue) = 221+136+72=429 (56% of max value = 765). Red value is 221 (86.72% from 255 or 51.52% from 429); Green value is 136 (53.52% from 255 or 31.70% from 429); Blue value is 72 (28.52% from 255 or 16.78% from 429); Max value from RGB is 221 - color contains mainly: red. Hex color #DD8848 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DD8848 is #2277B7. Grayscale: #9A9A9A. Windows color (decimal): -2258872 or 4753629. OLE color: 4753629.

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

Color convert

RGB 221 136 72 -
CMYK 0 0.38 0.67 0.13
HSL 25.77º 0.69% 0.57% -
HSV(B) 25.77º 0.67% 0.87% -
XYZ 39.79 33.45 10.49 -
YUV 154.12 81.66 175.7 -
System Red Green Blue C M Y K H S L
Decimal 221 136 72 0 0.38 0.67 0.13 25.77 0.69 0.57
Hex DD 88 48 0 26 43 D 1A 45 39
Octal 335 210 110 0 46 103 15 32 105 71
Binary 11011101 10001000 1001000 0 100110 1000011 1101 11010 1000101 111001

Color Harmonies of #DD8848

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD8848

Black with #DD8848

Text Example


Text Example

White with #DD8848

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD8848; }

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

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

background-color css

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

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

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

border-color css

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

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

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