Html Css Color HEX #DF8C4D Flamenco

📋 copy color: '#DF8C4D'

red 223 ◦ green 140 ◦ blue 77

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

Shades of Flamenco #DF8C4D

Tints of Flamenco #DF8C4D

RGB

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

 GREEN value IS 140 (55.08% from 255) = 31.82%

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

R = 50.68%
G = 31.82%
B = 17.5%

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

#DF8C4D (or 0xDF8C4D) is known color: Flamenco. HEX triplet: DF, 8C and 4D. RGB value is (223,140,77). Sum of RGB (Red+Green+Blue) = 223+140+77=440 (58% of max value = 765). Red value is 223 (87.5% from 255 or 50.68% from 440); Green value is 140 (55.08% from 255 or 31.82% from 440); Blue value is 77 (30.47% from 255 or 17.5% from 440); Max value from RGB is 223 - color contains mainly: red. Hex color #DF8C4D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DF8C4D is #2073B2. Grayscale: #9D9D9D. Windows color (decimal): -2126771 or 5082335. OLE color: 5082335.

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

Color convert

RGB 223 140 77 -
CMYK 0 0.37 0.65 0.13
HSL 25.89º 0.7% 0.59% -
HSV(B) 25.89º 0.65% 0.87% -
XYZ 41.15 34.98 11.6 -
YUV 157.64 82.5 174.62 -
System Red Green Blue C M Y K H S L
Decimal 223 140 77 0 0.37 0.65 0.13 25.89 0.7 0.59
Hex DF 8C 4D 0 25 41 D 1A 46 3B
Octal 337 214 115 0 45 101 15 32 106 73
Binary 11011111 10001100 1001101 0 100101 1000001 1101 11010 1000110 111011

Color Harmonies of #DF8C4D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF8C4D

Black with #DF8C4D

Text Example


Text Example

White with #DF8C4D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF8C4D; }

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

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

background-color css

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

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

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

border-color css

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

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

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