Html Css Color HEX #DD884D Flamenco

📋 copy color: '#DD884D'

red 221 ◦ green 136 ◦ blue 77

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

Shades of Flamenco #DD884D

Tints of Flamenco #DD884D

RGB

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

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

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

R = 50.92%
G = 31.34%
B = 17.74%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.65

 K value IS 0.13

RGB Variations

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

Color information

#DD884D (or 0xDD884D) is known color: Flamenco. HEX triplet: DD, 88 and 4D. RGB value is (221,136,77). Sum of RGB (Red+Green+Blue) = 221+136+77=434 (57% of max value = 765). Red value is 221 (86.72% from 255 or 50.92% from 434); Green value is 136 (53.52% from 255 or 31.34% from 434); Blue value is 77 (30.47% from 255 or 17.74% from 434); Max value from RGB is 221 - color contains mainly: red. Hex color #DD884D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DD884D is #2277B2. Grayscale: #9B9B9B. Windows color (decimal): -2258867 or 5081309. OLE color: 5081309.

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

Color convert

RGB 221 136 77 -
CMYK 0 0.38 0.65 0.13
HSL 24.58º 0.68% 0.58% -
HSV(B) 24.58º 0.65% 0.87% -
XYZ 39.96 33.52 11.38 -
YUV 154.69 84.16 175.3 -
System Red Green Blue C M Y K H S L
Decimal 221 136 77 0 0.38 0.65 0.13 24.58 0.68 0.58
Hex DD 88 4D 0 26 41 D 19 44 3A
Octal 335 210 115 0 46 101 15 31 104 72
Binary 11011101 10001000 1001101 0 100110 1000001 1101 11001 1000100 111010

Color Harmonies of #DD884D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD884D

Black with #DD884D

Text Example


Text Example

White with #DD884D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD884D; }

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

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

background-color css

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

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

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

border-color css

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

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

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