Html Css Color HEX #DF860B Tangerine

📋 copy color: '#DF860B'

red 223 ◦ green 134 ◦ blue 11

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

Shades of Tangerine #DF860B

Tints of Tangerine #DF860B

RGB

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

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

 BLUE value IS 11 (4.69% from 255) = 2.99%

R = 60.6%
G = 36.41%
B = 2.99%

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

#DF860B (or 0xDF860B) is known color: Tangerine. HEX triplet: DF, 86 and 0B. RGB value is (223,134,11). Sum of RGB (Red+Green+Blue) = 223+134+11=368 (48% of max value = 765). Red value is 223 (87.5% from 255 or 60.60% from 368); Green value is 134 (52.73% from 255 or 36.41% from 368); Blue value is 11 (4.69% from 255 or 2.99% from 368); Max value from RGB is 223 - color contains mainly: red. Hex color #DF860B is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DF860B is #2079F4. Grayscale: #939393. Windows color (decimal): -2128373 or 755423. OLE color: 755423.

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

Color convert

RGB 223 134 11 -
CMYK 0 0.40 0.95 0.13
HSL 34.81º 0.91% 0.46% -
HSV(B) 34.81º 0.95% 0.87% -
XYZ 39.02 32.76 4.58 -
YUV 146.59 51.49 182.5 -
System Red Green Blue C M Y K H S L
Decimal 223 134 11 0 0.40 0.95 0.13 34.81 0.91 0.46
Hex DF 86 B 0 28 5F D 23 5B 2E
Octal 337 206 13 0 50 137 15 43 133 56
Binary 11011111 10000110 1011 0 101000 1011111 1101 100011 1011011 101110

Color Harmonies of #DF860B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF860B

Black with #DF860B

Text Example


Text Example

White with #DF860B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF860B; }

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

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

background-color css

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

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

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

border-color css

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

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

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