Html Css Color HEX #DF850C Tangerine

📋 copy color: '#DF850C'

red 223 ◦ green 133 ◦ blue 12

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

Shades of Tangerine #DF850C

Tints of Tangerine #DF850C

RGB

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

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

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

R = 60.6%
G = 36.14%
B = 3.26%

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

#DF850C (or 0xDF850C) is known color: Tangerine. HEX triplet: DF, 85 and 0C. RGB value is (223,133,12). Sum of RGB (Red+Green+Blue) = 223+133+12=368 (48% of max value = 765). Red value is 223 (87.5% from 255 or 60.60% from 368); Green value is 133 (52.34% from 255 or 36.14% from 368); Blue value is 12 (5.08% from 255 or 3.26% from 368); Max value from RGB is 223 - color contains mainly: red. Hex color #DF850C is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DF850C is #207AF3. Grayscale: #929292. Windows color (decimal): -2128628 or 820703. OLE color: 820703.

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

Color convert

RGB 223 133 12 -
CMYK 0 0.40 0.95 0.13
HSL 34.41º 0.9% 0.46% -
HSV(B) 34.41º 0.95% 0.87% -
XYZ 38.89 32.49 4.57 -
YUV 146.12 52.32 182.84 -
System Red Green Blue C M Y K H S L
Decimal 223 133 12 0 0.40 0.95 0.13 34.41 0.9 0.46
Hex DF 85 C 0 28 5F D 22 5A 2E
Octal 337 205 14 0 50 137 15 42 132 56
Binary 11011111 10000101 1100 0 101000 1011111 1101 100010 1011010 101110

Color Harmonies of #DF850C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF850C

Black with #DF850C

Text Example


Text Example

White with #DF850C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF850C; }

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

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

background-color css

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

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

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

border-color css

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

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

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