Html Css Color HEX #DD8747 Flamenco

📋 copy color: '#DD8747'

red 221 ◦ green 135 ◦ blue 71

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

Shades of Flamenco #DD8747

Tints of Flamenco #DD8747

RGB

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

 GREEN value IS 135 (53.13% from 255) = 31.62%

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

R = 51.76%
G = 31.62%
B = 16.63%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.68

 K value IS 0.13

RGB Variations

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

Color information

#DD8747 (or 0xDD8747) is known color: Flamenco. HEX triplet: DD, 87 and 47. RGB value is (221,135,71). Sum of RGB (Red+Green+Blue) = 221+135+71=427 (56% of max value = 765). Red value is 221 (86.72% from 255 or 51.76% from 427); Green value is 135 (53.12% from 255 or 31.62% from 427); Blue value is 71 (28.12% from 255 or 16.63% from 427); Max value from RGB is 221 - color contains mainly: red. Hex color #DD8747 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DD8747 is #2278B8. Grayscale: #999999. Windows color (decimal): -2259129 or 4687837. OLE color: 4687837.

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

Color convert

RGB 221 135 71 -
CMYK 0 0.39 0.68 0.13
HSL 25.6º 0.69% 0.57% -
HSV(B) 25.6º 0.68% 0.87% -
XYZ 39.62 33.16 10.27 -
YUV 153.42 81.49 176.2 -
System Red Green Blue C M Y K H S L
Decimal 221 135 71 0 0.39 0.68 0.13 25.6 0.69 0.57
Hex DD 87 47 0 27 44 D 1A 45 39
Octal 335 207 107 0 47 104 15 32 105 71
Binary 11011101 10000111 1000111 0 100111 1000100 1101 11010 1000101 111001

Color Harmonies of #DD8747

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD8747

Black with #DD8747

Text Example


Text Example

White with #DD8747

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD8747; }

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

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

background-color css

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

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

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

border-color css

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

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

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