Html Css Color HEX #DF8D4D Flamenco

📋 copy color: '#DF8D4D'

red 223 ◦ green 141 ◦ blue 77

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

Shades of Flamenco #DF8D4D

Tints of Flamenco #DF8D4D

RGB

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

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

 BLUE value IS 77 (30.47% from 255) = 17.46%

R = 50.57%
G = 31.97%
B = 17.46%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.65

 K value IS 0.13

RGB Variations

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

Color information

#DF8D4D (or 0xDF8D4D) is known color: Flamenco. HEX triplet: DF, 8D and 4D. RGB value is (223,141,77). Sum of RGB (Red+Green+Blue) = 223+141+77=441 (58% of max value = 765). Red value is 223 (87.5% from 255 or 50.57% from 441); Green value is 141 (55.47% from 255 or 31.97% from 441); Blue value is 77 (30.47% from 255 or 17.46% from 441); Max value from RGB is 223 - color contains mainly: red. Hex color #DF8D4D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DF8D4D is #2072B2. Grayscale: #9E9E9E. Windows color (decimal): -2126515 or 5082591. OLE color: 5082591.

HSL color Cylindrical-coordinate representation of color #DF8D4D: hue angle of 26.3º degrees, saturation: 0.7, 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 #DF8D4D is Cyan = 0, Magento = 0.37, Yellow = 0.65 and Black (K on CMYK) = 0.13.

Color convert

RGB 223 141 77 -
CMYK 0 0.37 0.65 0.13
HSL 26.3º 0.7% 0.59% -
HSV(B) 26.3º 0.65% 0.87% -
XYZ 41.3 35.27 11.65 -
YUV 158.22 82.17 174.2 -
System Red Green Blue C M Y K H S L
Decimal 223 141 77 0 0.37 0.65 0.13 26.3 0.7 0.59
Hex DF 8D 4D 0 25 41 D 1A 46 3B
Octal 337 215 115 0 45 101 15 32 106 73
Binary 11011111 10001101 1001101 0 100101 1000001 1101 11010 1000110 111011

Color Harmonies of #DF8D4D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF8D4D

Black with #DF8D4D

Text Example


Text Example

White with #DF8D4D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF8D4D; }

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

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

background-color css

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

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

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

border-color css

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

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

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