Html Css Color HEX #DF860C Tangerine

📋 copy color: '#DF860C'

red 223 ◦ green 134 ◦ blue 12

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

Shades of Tangerine #DF860C

Tints of Tangerine #DF860C

RGB

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

 GREEN value IS 134 (52.73% from 255) = 36.31%

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

R = 60.43%
G = 36.31%
B = 3.25%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.95

 K value IS 0.13

RGB Variations

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

Color information

#DF860C (or 0xDF860C) is known color: Tangerine. HEX triplet: DF, 86 and 0C. RGB value is (223,134,12). Sum of RGB (Red+Green+Blue) = 223+134+12=369 (48% of max value = 765). Red value is 223 (87.5% from 255 or 60.43% from 369); Green value is 134 (52.73% from 255 or 36.31% from 369); Blue value is 12 (5.08% from 255 or 3.25% from 369); Max value from RGB is 223 - color contains mainly: red. Hex color #DF860C is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DF860C is #2079F3. Grayscale: #939393. Windows color (decimal): -2128372 or 820959. OLE color: 820959.

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

Color convert

RGB 223 134 12 -
CMYK 0 0.40 0.95 0.13
HSL 34.69º 0.9% 0.46% -
HSV(B) 34.69º 0.95% 0.87% -
XYZ 39.02 32.76 4.62 -
YUV 146.7 51.99 182.42 -
System Red Green Blue C M Y K H S L
Decimal 223 134 12 0 0.40 0.95 0.13 34.69 0.9 0.46
Hex DF 86 C 0 28 5F D 23 5A 2E
Octal 337 206 14 0 50 137 15 43 132 56
Binary 11011111 10000110 1100 0 101000 1011111 1101 100011 1011010 101110

Color Harmonies of #DF860C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF860C

Black with #DF860C

Text Example


Text Example

White with #DF860C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF860C; }

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

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

background-color css

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

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

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

border-color css

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

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

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