Html Css Color HEX #DF830C Tangerine

📋 copy color: '#DF830C'

red 223 ◦ green 131 ◦ blue 12

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

Shades of Tangerine #DF830C

Tints of Tangerine #DF830C

RGB

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

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

 BLUE value IS 12 (5.08% from 255) = 3.28%

R = 60.93%
G = 35.79%
B = 3.28%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.95

 K value IS 0.13

RGB Variations

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

Color information

#DF830C (or 0xDF830C) is known color: Tangerine. HEX triplet: DF, 83 and 0C. RGB value is (223,131,12). Sum of RGB (Red+Green+Blue) = 223+131+12=366 (48% of max value = 765). Red value is 223 (87.5% from 255 or 60.93% from 366); Green value is 131 (51.56% from 255 or 35.79% from 366); Blue value is 12 (5.08% from 255 or 3.28% from 366); Max value from RGB is 223 - color contains mainly: red. Hex color #DF830C is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DF830C is #207CF3. Grayscale: #919191. Windows color (decimal): -2129140 or 820191. OLE color: 820191.

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

Color convert

RGB 223 131 12 -
CMYK 0 0.41 0.95 0.13
HSL 33.84º 0.9% 0.46% -
HSV(B) 33.84º 0.95% 0.87% -
XYZ 38.61 31.95 4.48 -
YUV 144.94 52.98 183.68 -
System Red Green Blue C M Y K H S L
Decimal 223 131 12 0 0.41 0.95 0.13 33.84 0.9 0.46
Hex DF 83 C 0 29 5F D 22 5A 2E
Octal 337 203 14 0 51 137 15 42 132 56
Binary 11011111 10000011 1100 0 101001 1011111 1101 100010 1011010 101110

Color Harmonies of #DF830C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF830C

Black with #DF830C

Text Example


Text Example

White with #DF830C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF830C; }

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

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

background-color css

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

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

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

border-color css

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

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

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