Html Css Color HEX #DF850A Tangerine

📋 copy color: '#DF850A'

red 223 ◦ green 133 ◦ blue 10

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

Shades of Tangerine #DF850A

Tints of Tangerine #DF850A

RGB

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

 GREEN value IS 133 (52.34% from 255) = 36.34%

 BLUE value IS 10 (4.3% from 255) = 2.73%

R = 60.93%
G = 36.34%
B = 2.73%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.96

 K value IS 0.13

RGB Variations

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

Color information

#DF850A (or 0xDF850A) is known color: Tangerine. HEX triplet: DF, 85 and 0A. RGB value is (223,133,10). Sum of RGB (Red+Green+Blue) = 223+133+10=366 (48% of max value = 765). Red value is 223 (87.5% from 255 or 60.93% from 366); Green value is 133 (52.34% from 255 or 36.34% from 366); Blue value is 10 (4.30% from 255 or 2.73% from 366); Max value from RGB is 223 - color contains mainly: red. Hex color #DF850A is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DF850A is #207AF5. Grayscale: #929292. Windows color (decimal): -2128630 or 689631. OLE color: 689631.

HSL color Cylindrical-coordinate representation of color #DF850A: hue angle of 34.65º degrees, saturation: 0.91, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #DF850A is Cyan = 0, Magento = 0.40, Yellow = 0.96 and Black (K on CMYK) = 0.13.

Color convert

RGB 223 133 10 -
CMYK 0 0.40 0.96 0.13
HSL 34.65º 0.91% 0.46% -
HSV(B) 34.65º 0.96% 0.87% -
XYZ 38.87 32.48 4.51 -
YUV 145.89 51.32 183 -
System Red Green Blue C M Y K H S L
Decimal 223 133 10 0 0.40 0.96 0.13 34.65 0.91 0.46
Hex DF 85 A 0 28 60 D 23 5B 2E
Octal 337 205 12 0 50 140 15 43 133 56
Binary 11011111 10000101 1010 0 101000 1100000 1101 100011 1011011 101110

Color Harmonies of #DF850A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF850A

Black with #DF850A

Text Example


Text Example

White with #DF850A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF850A; }

 p { color: rgb(223,133,10); }

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

background-color css

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

 a { background-color: rgb(223,133,10); }

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

border-color css

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

 span { border-color: rgb(223,133,10); }

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