Html Css Color HEX #DD8547 Flamenco

📋 copy color: '#DD8547'

red 221 ◦ green 133 ◦ blue 71

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

Shades of Flamenco #DD8547

Tints of Flamenco #DD8547

RGB

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

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

 BLUE value IS 71 (28.13% from 255) = 16.71%

R = 52%
G = 31.29%
B = 16.71%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.68

 K value IS 0.13

RGB Variations

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

Color information

#DD8547 (or 0xDD8547) is known color: Flamenco. HEX triplet: DD, 85 and 47. RGB value is (221,133,71). Sum of RGB (Red+Green+Blue) = 221+133+71=425 (56% of max value = 765). Red value is 221 (86.72% from 255 or 52% from 425); Green value is 133 (52.34% from 255 or 31.29% from 425); Blue value is 71 (28.12% from 255 or 16.71% from 425); Max value from RGB is 221 - color contains mainly: red. Hex color #DD8547 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DD8547 is #227AB8. Grayscale: #989898. Windows color (decimal): -2259641 or 4687325. OLE color: 4687325.

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

Color convert

RGB 221 133 71 -
CMYK 0 0.40 0.68 0.13
HSL 24.8º 0.69% 0.57% -
HSV(B) 24.8º 0.68% 0.87% -
XYZ 39.34 32.6 10.18 -
YUV 152.24 82.15 177.04 -
System Red Green Blue C M Y K H S L
Decimal 221 133 71 0 0.40 0.68 0.13 24.8 0.69 0.57
Hex DD 85 47 0 28 44 D 19 45 39
Octal 335 205 107 0 50 104 15 31 105 71
Binary 11011101 10000101 1000111 0 101000 1000100 1101 11001 1000101 111001

Color Harmonies of #DD8547

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD8547

Black with #DD8547

Text Example


Text Example

White with #DD8547

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD8547; }

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

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

background-color css

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

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

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

border-color css

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

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

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