Html Css Color HEX #DF8950 Flamenco

📋 copy color: '#DF8950'

red 223 ◦ green 137 ◦ blue 80

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

Shades of Flamenco #DF8950

Tints of Flamenco #DF8950

RGB

 RED value IS 223 (87.5% from 255) = 50.68%

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

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

R = 50.68%
G = 31.14%
B = 18.18%

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

#DF8950 (or 0xDF8950) is known color: Flamenco. HEX triplet: DF, 89 and 50. RGB value is (223,137,80). Sum of RGB (Red+Green+Blue) = 223+137+80=440 (58% of max value = 765). Red value is 223 (87.5% from 255 or 50.68% from 440); Green value is 137 (53.91% from 255 or 31.14% from 440); Blue value is 80 (31.64% from 255 or 18.18% from 440); Max value from RGB is 223 - color contains mainly: red. Hex color #DF8950 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DF8950 is #2076AF. Grayscale: #9C9C9C. Windows color (decimal): -2127536 or 5278175. OLE color: 5278175.

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

Color convert

RGB 223 137 80 -
CMYK 0 0.39 0.64 0.13
HSL 23.92º 0.69% 0.59% -
HSV(B) 23.92º 0.64% 0.87% -
XYZ 40.83 34.16 12.03 -
YUV 156.22 84.99 175.63 -
System Red Green Blue C M Y K H S L
Decimal 223 137 80 0 0.39 0.64 0.13 23.92 0.69 0.59
Hex DF 89 50 0 27 40 D 18 45 3B
Octal 337 211 120 0 47 100 15 30 105 73
Binary 11011111 10001001 1010000 0 100111 1000000 1101 11000 1000101 111011

Color Harmonies of #DF8950

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF8950

Black with #DF8950

Text Example


Text Example

White with #DF8950

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF8950; }

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

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

background-color css

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

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

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

border-color css

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

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

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