Html Css Color HEX #DD8946 Flamenco

📋 copy color: '#DD8946'

red 221 ◦ green 137 ◦ blue 70

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

Shades of Flamenco #DD8946

Tints of Flamenco #DD8946

RGB

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

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

 BLUE value IS 70 (27.73% from 255) = 16.36%

R = 51.64%
G = 32.01%
B = 16.36%

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

#DD8946 (or 0xDD8946) is known color: Flamenco. HEX triplet: DD, 89 and 46. RGB value is (221,137,70). Sum of RGB (Red+Green+Blue) = 221+137+70=428 (56% of max value = 765). Red value is 221 (86.72% from 255 or 51.64% from 428); Green value is 137 (53.91% from 255 or 32.01% from 428); Blue value is 70 (27.73% from 255 or 16.36% from 428); Max value from RGB is 221 - color contains mainly: red. Hex color #DD8946 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DD8946 is #2276B9. Grayscale: #9A9A9A. Windows color (decimal): -2258618 or 4622813. OLE color: 4622813.

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

Color convert

RGB 221 137 70 -
CMYK 0 0.38 0.68 0.13
HSL 26.62º 0.69% 0.57% -
HSV(B) 26.62º 0.68% 0.87% -
XYZ 39.87 33.71 10.2 -
YUV 154.48 80.33 175.45 -
System Red Green Blue C M Y K H S L
Decimal 221 137 70 0 0.38 0.68 0.13 26.62 0.69 0.57
Hex DD 89 46 0 26 44 D 1B 45 39
Octal 335 211 106 0 46 104 15 33 105 71
Binary 11011101 10001001 1000110 0 100110 1000100 1101 11011 1000101 111001

Color Harmonies of #DD8946

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD8946

Black with #DD8946

Text Example


Text Example

White with #DD8946

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD8946; }

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

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

background-color css

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

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

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

border-color css

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

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

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