Html Css Color HEX #DD8950 Flamenco

📋 copy color: '#DD8950'

red 221 ◦ green 137 ◦ blue 80

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

Shades of Flamenco #DD8950

Tints of Flamenco #DD8950

RGB

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

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

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

R = 50.46%
G = 31.28%
B = 18.26%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.64

 K value IS 0.13

RGB Variations

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

Color information

#DD8950 (or 0xDD8950) is known color: Flamenco. HEX triplet: DD, 89 and 50. RGB value is (221,137,80). Sum of RGB (Red+Green+Blue) = 221+137+80=438 (58% of max value = 765). Red value is 221 (86.72% from 255 or 50.46% from 438); Green value is 137 (53.91% from 255 or 31.28% from 438); Blue value is 80 (31.64% from 255 or 18.26% from 438); Max value from RGB is 221 - color contains mainly: red. Hex color #DD8950 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DD8950 is #2276AF. Grayscale: #9B9B9B. Windows color (decimal): -2258608 or 5278173. OLE color: 5278173.

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

Color convert

RGB 221 137 80 -
CMYK 0 0.38 0.64 0.13
HSL 24.26º 0.67% 0.59% -
HSV(B) 24.26º 0.64% 0.87% -
XYZ 40.21 33.84 12 -
YUV 155.62 85.33 174.63 -
System Red Green Blue C M Y K H S L
Decimal 221 137 80 0 0.38 0.64 0.13 24.26 0.67 0.59
Hex DD 89 50 0 26 40 D 18 43 3B
Octal 335 211 120 0 46 100 15 30 103 73
Binary 11011101 10001001 1010000 0 100110 1000000 1101 11000 1000011 111011

Color Harmonies of #DD8950

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD8950

Black with #DD8950

Text Example


Text Example

White with #DD8950

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD8950; }

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

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

background-color css

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

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

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

border-color css

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

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

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