Html Css Color HEX #DD8749 Flamenco

📋 copy color: '#DD8749'

red 221 ◦ green 135 ◦ blue 73

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

Shades of Flamenco #DD8749

Tints of Flamenco #DD8749

RGB

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

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

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

R = 51.52%
G = 31.47%
B = 17.02%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.67

 K value IS 0.13

RGB Variations

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

Color information

#DD8749 (or 0xDD8749) is known color: Flamenco. HEX triplet: DD, 87 and 49. RGB value is (221,135,73). Sum of RGB (Red+Green+Blue) = 221+135+73=429 (56% of max value = 765). Red value is 221 (86.72% from 255 or 51.52% from 429); Green value is 135 (53.12% from 255 or 31.47% from 429); Blue value is 73 (28.91% from 255 or 17.02% from 429); Max value from RGB is 221 - color contains mainly: red. Hex color #DD8749 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DD8749 is #2278B6. Grayscale: #999999. Windows color (decimal): -2259127 or 4818909. OLE color: 4818909.

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

Color convert

RGB 221 135 73 -
CMYK 0 0.39 0.67 0.13
HSL 25.14º 0.69% 0.58% -
HSV(B) 25.14º 0.67% 0.87% -
XYZ 39.69 33.18 10.62 -
YUV 153.65 82.49 176.04 -
System Red Green Blue C M Y K H S L
Decimal 221 135 73 0 0.39 0.67 0.13 25.14 0.69 0.58
Hex DD 87 49 0 27 43 D 19 45 3A
Octal 335 207 111 0 47 103 15 31 105 72
Binary 11011101 10000111 1001001 0 100111 1000011 1101 11001 1000101 111010

Color Harmonies of #DD8749

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD8749

Black with #DD8749

Text Example


Text Example

White with #DD8749

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD8749; }

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

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

background-color css

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

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

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

border-color css

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

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

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