Html Css Color HEX #DD8650 Flamenco

📋 copy color: '#DD8650'

red 221 ◦ green 134 ◦ blue 80

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

Shades of Flamenco #DD8650

Tints of Flamenco #DD8650

RGB

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

 GREEN value IS 134 (52.73% from 255) = 30.8%

 BLUE value IS 80 (31.64% from 255) = 18.39%

R = 50.8%
G = 30.8%
B = 18.39%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.64

 K value IS 0.13

RGB Variations

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

Color information

#DD8650 (or 0xDD8650) is known color: Flamenco. HEX triplet: DD, 86 and 50. RGB value is (221,134,80). Sum of RGB (Red+Green+Blue) = 221+134+80=435 (57% of max value = 765). Red value is 221 (86.72% from 255 or 50.80% from 435); Green value is 134 (52.73% from 255 or 30.80% from 435); Blue value is 80 (31.64% from 255 or 18.39% from 435); Max value from RGB is 221 - color contains mainly: red. Hex color #DD8650 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DD8650 is #2279AF. Grayscale: #9A9A9A. Windows color (decimal): -2259376 or 5277405. OLE color: 5277405.

HSL color Cylindrical-coordinate representation of color #DD8650: hue angle of 22.98º degrees, saturation: 0.67, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #DD8650 is Cyan = 0, Magento = 0.39, Yellow = 0.64 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 134 80 -
CMYK 0 0.39 0.64 0.13
HSL 22.98º 0.67% 0.59% -
HSV(B) 22.98º 0.64% 0.87% -
XYZ 39.79 33 11.86 -
YUV 153.86 86.32 175.89 -
System Red Green Blue C M Y K H S L
Decimal 221 134 80 0 0.39 0.64 0.13 22.98 0.67 0.59
Hex DD 86 50 0 27 40 D 17 43 3B
Octal 335 206 120 0 47 100 15 27 103 73
Binary 11011101 10000110 1010000 0 100111 1000000 1101 10111 1000011 111011

Color Harmonies of #DD8650

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD8650

Black with #DD8650

Text Example


Text Example

White with #DD8650

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD8650; }

 p { color: rgb(221,134,80); }

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

background-color css

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

 a { background-color: rgb(221,134,80); }

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

border-color css

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

 span { border-color: rgb(221,134,80); }

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