Html Css Color HEX #DF8410 Tangerine

📋 copy color: '#DF8410'

red 223 ◦ green 132 ◦ blue 16

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

Shades of Tangerine #DF8410

Tints of Tangerine #DF8410

RGB

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

 GREEN value IS 132 (51.95% from 255) = 35.58%

 BLUE value IS 16 (6.64% from 255) = 4.31%

R = 60.11%
G = 35.58%
B = 4.31%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.93

 K value IS 0.13

RGB Variations

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

Color information

#DF8410 (or 0xDF8410) is known color: Tangerine. HEX triplet: DF, 84 and 10. RGB value is (223,132,16). Sum of RGB (Red+Green+Blue) = 223+132+16=371 (49% of max value = 765). Red value is 223 (87.5% from 255 or 60.11% from 371); Green value is 132 (51.95% from 255 or 35.58% from 371); Blue value is 16 (6.64% from 255 or 4.31% from 371); Max value from RGB is 223 - color contains mainly: red. Hex color #DF8410 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DF8410 is #207BEF. Grayscale: #929292. Windows color (decimal): -2128880 or 1082591. OLE color: 1082591.

HSL color Cylindrical-coordinate representation of color #DF8410: hue angle of 33.62º degrees, saturation: 0.87, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #DF8410 is Cyan = 0, Magento = 0.41, Yellow = 0.93 and Black (K on CMYK) = 0.13.

Color convert

RGB 223 132 16 -
CMYK 0 0.41 0.93 0.13
HSL 33.62º 0.87% 0.47% -
HSV(B) 33.62º 0.93% 0.87% -
XYZ 38.78 32.23 4.67 -
YUV 145.99 54.65 182.93 -
System Red Green Blue C M Y K H S L
Decimal 223 132 16 0 0.41 0.93 0.13 33.62 0.87 0.47
Hex DF 84 10 0 29 5D D 22 57 2F
Octal 337 204 20 0 51 135 15 42 127 57
Binary 11011111 10000100 10000 0 101001 1011101 1101 100010 1010111 101111

Color Harmonies of #DF8410

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF8410

Black with #DF8410

Text Example


Text Example

White with #DF8410

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF8410; }

 p { color: rgb(223,132,16); }

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

background-color css

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

 a { background-color: rgb(223,132,16); }

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

border-color css

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

 span { border-color: rgb(223,132,16); }

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