Html Css Color HEX #DF8D4A Flamenco

📋 copy color: '#DF8D4A'

red 223 ◦ green 141 ◦ blue 74

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

Shades of Flamenco #DF8D4A

Tints of Flamenco #DF8D4A

RGB

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

 GREEN value IS 141 (55.47% from 255) = 32.19%

 BLUE value IS 74 (29.3% from 255) = 16.89%

R = 50.91%
G = 32.19%
B = 16.89%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.67

 K value IS 0.13

RGB Variations

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

Color information

#DF8D4A (or 0xDF8D4A) is known color: Flamenco. HEX triplet: DF, 8D and 4A. RGB value is (223,141,74). Sum of RGB (Red+Green+Blue) = 223+141+74=438 (58% of max value = 765). Red value is 223 (87.5% from 255 or 50.91% from 438); Green value is 141 (55.47% from 255 or 32.19% from 438); Blue value is 74 (29.30% from 255 or 16.89% from 438); Max value from RGB is 223 - color contains mainly: red. Hex color #DF8D4A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DF8D4A is #2072B5. Grayscale: #9E9E9E. Windows color (decimal): -2126518 or 4885983. OLE color: 4885983.

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

Color convert

RGB 223 141 74 -
CMYK 0 0.37 0.67 0.13
HSL 26.98º 0.7% 0.58% -
HSV(B) 26.98º 0.67% 0.87% -
XYZ 41.19 35.23 11.11 -
YUV 157.88 80.67 174.45 -
System Red Green Blue C M Y K H S L
Decimal 223 141 74 0 0.37 0.67 0.13 26.98 0.7 0.58
Hex DF 8D 4A 0 25 43 D 1B 46 3A
Octal 337 215 112 0 45 103 15 33 106 72
Binary 11011111 10001101 1001010 0 100101 1000011 1101 11011 1000110 111010

Color Harmonies of #DF8D4A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF8D4A

Black with #DF8D4A

Text Example


Text Example

White with #DF8D4A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF8D4A; }

 p { color: rgb(223,141,74); }

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

background-color css

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

 a { background-color: rgb(223,141,74); }

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

border-color css

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

 span { border-color: rgb(223,141,74); }

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