Html Css Color HEX #DD8A47 Flamenco

📋 copy color: '#DD8A47'

red 221 ◦ green 138 ◦ blue 71

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

Shades of Flamenco #DD8A47

Tints of Flamenco #DD8A47

RGB

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

 GREEN value IS 138 (54.3% from 255) = 32.09%

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

R = 51.4%
G = 32.09%
B = 16.51%

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

#DD8A47 (or 0xDD8A47) is known color: Flamenco. HEX triplet: DD, 8A and 47. RGB value is (221,138,71). Sum of RGB (Red+Green+Blue) = 221+138+71=430 (56% of max value = 765). Red value is 221 (86.72% from 255 or 51.40% from 430); Green value is 138 (54.30% from 255 or 32.09% from 430); Blue value is 71 (28.12% from 255 or 16.51% from 430); Max value from RGB is 221 - color contains mainly: red. Hex color #DD8A47 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DD8A47 is #2275B8. Grayscale: #9B9B9B. Windows color (decimal): -2258361 or 4688605. OLE color: 4688605.

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

Color convert

RGB 221 138 71 -
CMYK 0 0.38 0.68 0.13
HSL 26.8º 0.69% 0.57% -
HSV(B) 26.8º 0.68% 0.87% -
XYZ 40.04 34 10.41 -
YUV 155.18 80.5 174.95 -
System Red Green Blue C M Y K H S L
Decimal 221 138 71 0 0.38 0.68 0.13 26.8 0.69 0.57
Hex DD 8A 47 0 26 44 D 1B 45 39
Octal 335 212 107 0 46 104 15 33 105 71
Binary 11011101 10001010 1000111 0 100110 1000100 1101 11011 1000101 111001

Color Harmonies of #DD8A47

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD8A47

Black with #DD8A47

Text Example


Text Example

White with #DD8A47

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD8A47; }

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

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

background-color css

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

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

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

border-color css

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

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

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