Html Css Color HEX #DF8F4F Flamenco

📋 copy color: '#DF8F4F'

red 223 ◦ green 143 ◦ blue 79

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

Shades of Flamenco #DF8F4F

Tints of Flamenco #DF8F4F

RGB

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

 GREEN value IS 143 (56.25% from 255) = 32.13%

 BLUE value IS 79 (31.25% from 255) = 17.75%

R = 50.11%
G = 32.13%
B = 17.75%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.65

 K value IS 0.13

RGB Variations

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

Color information

#DF8F4F (or 0xDF8F4F) is known color: Flamenco. HEX triplet: DF, 8F and 4F. RGB value is (223,143,79). Sum of RGB (Red+Green+Blue) = 223+143+79=445 (58% of max value = 765). Red value is 223 (87.5% from 255 or 50.11% from 445); Green value is 143 (56.25% from 255 or 32.13% from 445); Blue value is 79 (31.25% from 255 or 17.75% from 445); Max value from RGB is 223 - color contains mainly: red. Hex color #DF8F4F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DF8F4F is #2070B0. Grayscale: #9F9F9F. Windows color (decimal): -2126001 or 5214175. OLE color: 5214175.

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

Color convert

RGB 223 143 79 -
CMYK 0 0.36 0.65 0.13
HSL 26.67º 0.69% 0.59% -
HSV(B) 26.67º 0.65% 0.87% -
XYZ 41.67 35.9 12.13 -
YUV 159.62 82.5 173.2 -
System Red Green Blue C M Y K H S L
Decimal 223 143 79 0 0.36 0.65 0.13 26.67 0.69 0.59
Hex DF 8F 4F 0 24 41 D 1B 45 3B
Octal 337 217 117 0 44 101 15 33 105 73
Binary 11011111 10001111 1001111 0 100100 1000001 1101 11011 1000101 111011

Color Harmonies of #DF8F4F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF8F4F

Black with #DF8F4F

Text Example


Text Example

White with #DF8F4F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF8F4F; }

 p { color: rgb(223,143,79); }

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

background-color css

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

 a { background-color: rgb(223,143,79); }

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

border-color css

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

 span { border-color: rgb(223,143,79); }

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