Html Css Color HEX #DF8B46 Flamenco

📋 copy color: '#DF8B46'

red 223 ◦ green 139 ◦ blue 70

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

Shades of Flamenco #DF8B46

Tints of Flamenco #DF8B46

RGB

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

 GREEN value IS 139 (54.69% from 255) = 32.18%

 BLUE value IS 70 (27.73% from 255) = 16.2%

R = 51.62%
G = 32.18%
B = 16.2%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.69

 K value IS 0.13

RGB Variations

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

Color information

#DF8B46 (or 0xDF8B46) is known color: Flamenco. HEX triplet: DF, 8B and 46. RGB value is (223,139,70). Sum of RGB (Red+Green+Blue) = 223+139+70=432 (57% of max value = 765). Red value is 223 (87.5% from 255 or 51.62% from 432); Green value is 139 (54.69% from 255 or 32.18% from 432); Blue value is 70 (27.73% from 255 or 16.20% from 432); Max value from RGB is 223 - color contains mainly: red. Hex color #DF8B46 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DF8B46 is #2074B9. Grayscale: #9C9C9C. Windows color (decimal): -2127034 or 4623327. OLE color: 4623327.

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

Color convert

RGB 223 139 70 -
CMYK 0 0.38 0.69 0.13
HSL 27.06º 0.71% 0.57% -
HSV(B) 27.06º 0.69% 0.87% -
XYZ 40.77 34.6 10.32 -
YUV 156.25 79.33 175.61 -
System Red Green Blue C M Y K H S L
Decimal 223 139 70 0 0.38 0.69 0.13 27.06 0.71 0.57
Hex DF 8B 46 0 26 45 D 1B 47 39
Octal 337 213 106 0 46 105 15 33 107 71
Binary 11011111 10001011 1000110 0 100110 1000101 1101 11011 1000111 111001

Color Harmonies of #DF8B46

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF8B46

Black with #DF8B46

Text Example


Text Example

White with #DF8B46

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF8B46; }

 p { color: rgb(223,139,70); }

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

background-color css

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

 a { background-color: rgb(223,139,70); }

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

border-color css

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

 span { border-color: rgb(223,139,70); }

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