Html Css Color HEX #DD8549 Flamenco

📋 copy color: '#DD8549'

red 221 ◦ green 133 ◦ blue 73

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

Shades of Flamenco #DD8549

Tints of Flamenco #DD8549

RGB

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

 GREEN value IS 133 (52.34% from 255) = 31.15%

 BLUE value IS 73 (28.91% from 255) = 17.1%

R = 51.76%
G = 31.15%
B = 17.1%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.67

 K value IS 0.13

RGB Variations

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

Color information

#DD8549 (or 0xDD8549) is known color: Flamenco. HEX triplet: DD, 85 and 49. RGB value is (221,133,73). Sum of RGB (Red+Green+Blue) = 221+133+73=427 (56% of max value = 765). Red value is 221 (86.72% from 255 or 51.76% from 427); Green value is 133 (52.34% from 255 or 31.15% from 427); Blue value is 73 (28.91% from 255 or 17.10% from 427); Max value from RGB is 221 - color contains mainly: red. Hex color #DD8549 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DD8549 is #227AB6. Grayscale: #989898. Windows color (decimal): -2259639 or 4818397. OLE color: 4818397.

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

Color convert

RGB 221 133 73 -
CMYK 0 0.40 0.67 0.13
HSL 24.32º 0.69% 0.58% -
HSV(B) 24.32º 0.67% 0.87% -
XYZ 39.41 32.63 10.52 -
YUV 152.47 83.15 176.88 -
System Red Green Blue C M Y K H S L
Decimal 221 133 73 0 0.40 0.67 0.13 24.32 0.69 0.58
Hex DD 85 49 0 28 43 D 18 45 3A
Octal 335 205 111 0 50 103 15 30 105 72
Binary 11011101 10000101 1001001 0 101000 1000011 1101 11000 1000101 111010

Color Harmonies of #DD8549

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD8549

Black with #DD8549

Text Example


Text Example

White with #DD8549

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD8549; }

 p { color: rgb(221,133,73); }

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

background-color css

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

 a { background-color: rgb(221,133,73); }

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

border-color css

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

 span { border-color: rgb(221,133,73); }

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