Html Css Color HEX #DF830E Tangerine

📋 copy color: '#DF830E'

red 223 ◦ green 131 ◦ blue 14

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

Shades of Tangerine #DF830E

Tints of Tangerine #DF830E

RGB

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

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

 BLUE value IS 14 (5.86% from 255) = 3.8%

R = 60.6%
G = 35.6%
B = 3.8%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.94

 K value IS 0.13

RGB Variations

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

Color information

#DF830E (or 0xDF830E) is known color: Tangerine. HEX triplet: DF, 83 and 0E. RGB value is (223,131,14). Sum of RGB (Red+Green+Blue) = 223+131+14=368 (48% of max value = 765). Red value is 223 (87.5% from 255 or 60.60% from 368); Green value is 131 (51.56% from 255 or 35.60% from 368); Blue value is 14 (5.86% from 255 or 3.80% from 368); Max value from RGB is 223 - color contains mainly: red. Hex color #DF830E is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DF830E is #207CF1. Grayscale: #919191. Windows color (decimal): -2129138 or 951263. OLE color: 951263.

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

Color convert

RGB 223 131 14 -
CMYK 0 0.41 0.94 0.13
HSL 33.59º 0.88% 0.46% -
HSV(B) 33.59º 0.94% 0.87% -
XYZ 38.63 31.95 4.55 -
YUV 145.17 53.98 183.51 -
System Red Green Blue C M Y K H S L
Decimal 223 131 14 0 0.41 0.94 0.13 33.59 0.88 0.46
Hex DF 83 E 0 29 5E D 22 58 2E
Octal 337 203 16 0 51 136 15 42 130 56
Binary 11011111 10000011 1110 0 101001 1011110 1101 100010 1011000 101110

Color Harmonies of #DF830E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF830E

Black with #DF830E

Text Example


Text Example

White with #DF830E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF830E; }

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

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

background-color css

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

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

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

border-color css

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

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

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