Html Css Color HEX #DD8850 Flamenco

📋 copy color: '#DD8850'

red 221 ◦ green 136 ◦ blue 80

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

Shades of Flamenco #DD8850

Tints of Flamenco #DD8850

RGB

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

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

 BLUE value IS 80 (31.64% from 255) = 18.31%

R = 50.57%
G = 31.12%
B = 18.31%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.64

 K value IS 0.13

RGB Variations

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

Color information

#DD8850 (or 0xDD8850) is known color: Flamenco. HEX triplet: DD, 88 and 50. RGB value is (221,136,80). Sum of RGB (Red+Green+Blue) = 221+136+80=437 (57% of max value = 765). Red value is 221 (86.72% from 255 or 50.57% from 437); Green value is 136 (53.52% from 255 or 31.12% from 437); Blue value is 80 (31.64% from 255 or 18.31% from 437); Max value from RGB is 221 - color contains mainly: red. Hex color #DD8850 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DD8850 is #2277AF. Grayscale: #9B9B9B. Windows color (decimal): -2258864 or 5277917. OLE color: 5277917.

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

Color convert

RGB 221 136 80 -
CMYK 0 0.38 0.64 0.13
HSL 23.83º 0.67% 0.59% -
HSV(B) 23.83º 0.64% 0.87% -
XYZ 40.07 33.56 11.96 -
YUV 155.03 85.66 175.05 -
System Red Green Blue C M Y K H S L
Decimal 221 136 80 0 0.38 0.64 0.13 23.83 0.67 0.59
Hex DD 88 50 0 26 40 D 18 43 3B
Octal 335 210 120 0 46 100 15 30 103 73
Binary 11011101 10001000 1010000 0 100110 1000000 1101 11000 1000011 111011

Color Harmonies of #DD8850

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD8850

Black with #DD8850

Text Example


Text Example

White with #DD8850

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD8850; }

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

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

background-color css

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

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

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

border-color css

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

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

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