Html Css Color HEX #DD884C Flamenco

📋 copy color: '#DD884C'

red 221 ◦ green 136 ◦ blue 76

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

Shades of Flamenco #DD884C

Tints of Flamenco #DD884C

RGB

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

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

 BLUE value IS 76 (30.08% from 255) = 17.55%

R = 51.04%
G = 31.41%
B = 17.55%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.66

 K value IS 0.13

RGB Variations

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

Color information

#DD884C (or 0xDD884C) is known color: Flamenco. HEX triplet: DD, 88 and 4C. RGB value is (221,136,76). Sum of RGB (Red+Green+Blue) = 221+136+76=433 (57% of max value = 765). Red value is 221 (86.72% from 255 or 51.04% from 433); Green value is 136 (53.52% from 255 or 31.41% from 433); Blue value is 76 (30.08% from 255 or 17.55% from 433); Max value from RGB is 221 - color contains mainly: red. Hex color #DD884C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DD884C is #2277B3. Grayscale: #9A9A9A. Windows color (decimal): -2258868 or 5015773. OLE color: 5015773.

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

Color convert

RGB 221 136 76 -
CMYK 0 0.38 0.66 0.13
HSL 24.83º 0.68% 0.58% -
HSV(B) 24.83º 0.66% 0.87% -
XYZ 39.93 33.5 11.2 -
YUV 154.58 83.66 175.38 -
System Red Green Blue C M Y K H S L
Decimal 221 136 76 0 0.38 0.66 0.13 24.83 0.68 0.58
Hex DD 88 4C 0 26 42 D 19 44 3A
Octal 335 210 114 0 46 102 15 31 104 72
Binary 11011101 10001000 1001100 0 100110 1000010 1101 11001 1000100 111010

Color Harmonies of #DD884C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD884C

Black with #DD884C

Text Example


Text Example

White with #DD884C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD884C; }

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

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

background-color css

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

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

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

border-color css

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

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

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