Html Css Color HEX #DF850D Tangerine

📋 copy color: '#DF850D'

red 223 ◦ green 133 ◦ blue 13

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

Shades of Tangerine #DF850D

Tints of Tangerine #DF850D

RGB

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

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

 BLUE value IS 13 (5.47% from 255) = 3.52%

R = 60.43%
G = 36.04%
B = 3.52%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.94

 K value IS 0.13

RGB Variations

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

Color information

#DF850D (or 0xDF850D) is known color: Tangerine. HEX triplet: DF, 85 and 0D. RGB value is (223,133,13). Sum of RGB (Red+Green+Blue) = 223+133+13=369 (48% of max value = 765). Red value is 223 (87.5% from 255 or 60.43% from 369); Green value is 133 (52.34% from 255 or 36.04% from 369); Blue value is 13 (5.47% from 255 or 3.52% from 369); Max value from RGB is 223 - color contains mainly: red. Hex color #DF850D is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DF850D is #207AF2. Grayscale: #929292. Windows color (decimal): -2128627 or 886239. OLE color: 886239.

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

Color convert

RGB 223 133 13 -
CMYK 0 0.40 0.94 0.13
HSL 34.29º 0.89% 0.46% -
HSV(B) 34.29º 0.94% 0.87% -
XYZ 38.89 32.49 4.6 -
YUV 146.23 52.82 182.76 -
System Red Green Blue C M Y K H S L
Decimal 223 133 13 0 0.40 0.94 0.13 34.29 0.89 0.46
Hex DF 85 D 0 28 5E D 22 59 2E
Octal 337 205 15 0 50 136 15 42 131 56
Binary 11011111 10000101 1101 0 101000 1011110 1101 100010 1011001 101110

Color Harmonies of #DF850D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF850D

Black with #DF850D

Text Example


Text Example

White with #DF850D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF850D; }

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

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

background-color css

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

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

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

border-color css

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

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

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