Html Css Color HEX #DF8310 Tangerine

📋 copy color: '#DF8310'

red 223 ◦ green 131 ◦ blue 16

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

Shades of Tangerine #DF8310

Tints of Tangerine #DF8310

RGB

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

 GREEN value IS 131 (51.56% from 255) = 35.41%

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

R = 60.27%
G = 35.41%
B = 4.32%

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

#DF8310 (or 0xDF8310) is known color: Tangerine. HEX triplet: DF, 83 and 10. RGB value is (223,131,16). Sum of RGB (Red+Green+Blue) = 223+131+16=370 (49% of max value = 765). Red value is 223 (87.5% from 255 or 60.27% from 370); Green value is 131 (51.56% from 255 or 35.41% from 370); Blue value is 16 (6.64% from 255 or 4.32% from 370); Max value from RGB is 223 - color contains mainly: red. Hex color #DF8310 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DF8310 is #207CEF. Grayscale: #919191. Windows color (decimal): -2129136 or 1082335. OLE color: 1082335.

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

Color convert

RGB 223 131 16 -
CMYK 0 0.41 0.93 0.13
HSL 33.33º 0.87% 0.47% -
HSV(B) 33.33º 0.93% 0.87% -
XYZ 38.64 31.96 4.62 -
YUV 145.4 54.98 183.35 -
System Red Green Blue C M Y K H S L
Decimal 223 131 16 0 0.41 0.93 0.13 33.33 0.87 0.47
Hex DF 83 10 0 29 5D D 21 57 2F
Octal 337 203 20 0 51 135 15 41 127 57
Binary 11011111 10000011 10000 0 101001 1011101 1101 100001 1010111 101111

Color Harmonies of #DF8310

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF8310

Black with #DF8310

Text Example


Text Example

White with #DF8310

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF8310; }

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

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

background-color css

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

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

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

border-color css

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

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

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