Html Css Color HEX #DF8400 Tangerine

📋 copy color: '#DF8400'

red 223 ◦ green 132 ◦ blue 0

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

Shades of Tangerine #DF8400

Tints of Tangerine #DF8400

RGB

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

 GREEN value IS 132 (51.95% from 255) = 37.18%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 62.82%
G = 37.18%
B = 0%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 1

 K value IS 0.13

RGB Variations

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

Color information

#DF8400 (or 0xDF8400) is known color: Tangerine. HEX triplet: DF, 84 and 00. RGB value is (223,132,0). Sum of RGB (Red+Green+Blue) = 223+132+0=355 (47% of max value = 765). Red value is 223 (87.5% from 255 or 62.82% from 355); Green value is 132 (51.95% from 255 or 37.18% from 355); Blue value is 0 (0.39% from 255 or 0% from 355); Max value from RGB is 223 - color contains mainly: red. Hex color #DF8400 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DF8400 is #207BFF. Grayscale: #909090. Windows color (decimal): -2128896 or 34015. OLE color: 34015.

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

Color convert

RGB 223 132 0 -
CMYK 0 0.41 1 0.13
HSL 35.52º 1% 0.44% -
HSV(B) 35.52º 1% 0.87% -
XYZ 38.68 32.19 4.17 -
YUV 144.16 46.65 184.23 -
System Red Green Blue C M Y K H S L
Decimal 223 132 0 0 0.41 1 0.13 35.52 1 0.44
Hex DF 84 0 0 29 64 D 24 64 2C
Octal 337 204 0 0 51 144 15 44 144 54
Binary 11011111 10000100 0 0 101001 1100100 1101 100100 1100100 101100

Color Harmonies of #DF8400

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF8400

Black with #DF8400

Text Example


Text Example

White with #DF8400

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF8400; }

 p { color: rgb(223,132,0); }

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

background-color css

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

 a { background-color: rgb(223,132,0); }

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

border-color css

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

 span { border-color: rgb(223,132,0); }

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