Html Css Color HEX #DD8947 Flamenco

📋 copy color: '#DD8947'

red 221 ◦ green 137 ◦ blue 71

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

Shades of Flamenco #DD8947

Tints of Flamenco #DD8947

RGB

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

 GREEN value IS 137 (53.91% from 255) = 31.93%

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

R = 51.52%
G = 31.93%
B = 16.55%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.68

 K value IS 0.13

RGB Variations

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

Color information

#DD8947 (or 0xDD8947) is known color: Flamenco. HEX triplet: DD, 89 and 47. RGB value is (221,137,71). Sum of RGB (Red+Green+Blue) = 221+137+71=429 (56% of max value = 765). Red value is 221 (86.72% from 255 or 51.52% from 429); Green value is 137 (53.91% from 255 or 31.93% from 429); Blue value is 71 (28.12% from 255 or 16.55% from 429); Max value from RGB is 221 - color contains mainly: red. Hex color #DD8947 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DD8947 is #2276B8. Grayscale: #9A9A9A. Windows color (decimal): -2258617 or 4688349. OLE color: 4688349.

HSL color Cylindrical-coordinate representation of color #DD8947: hue angle of 26.4º 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 #DD8947 is Cyan = 0, Magento = 0.38, Yellow = 0.68 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 137 71 -
CMYK 0 0.38 0.68 0.13
HSL 26.4º 0.69% 0.57% -
HSV(B) 26.4º 0.68% 0.87% -
XYZ 39.9 33.72 10.37 -
YUV 154.59 80.83 175.37 -
System Red Green Blue C M Y K H S L
Decimal 221 137 71 0 0.38 0.68 0.13 26.4 0.69 0.57
Hex DD 89 47 0 26 44 D 1A 45 39
Octal 335 211 107 0 46 104 15 32 105 71
Binary 11011101 10001001 1000111 0 100110 1000100 1101 11010 1000101 111001

Color Harmonies of #DD8947

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD8947

Black with #DD8947

Text Example


Text Example

White with #DD8947

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD8947; }

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

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

background-color css

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

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

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

border-color css

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

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

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