Html Css Color HEX #DF8406 Tangerine

📋 copy color: '#DF8406'

red 223 ◦ green 132 ◦ blue 6

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

Shades of Tangerine #DF8406

Tints of Tangerine #DF8406

RGB

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

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

 BLUE value IS 6 (2.73% from 255) = 1.66%

R = 61.77%
G = 36.57%
B = 1.66%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.97

 K value IS 0.13

RGB Variations

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

Color information

#DF8406 (or 0xDF8406) is known color: Tangerine. HEX triplet: DF, 84 and 06. RGB value is (223,132,6). Sum of RGB (Red+Green+Blue) = 223+132+6=361 (47% of max value = 765). Red value is 223 (87.5% from 255 or 61.77% from 361); Green value is 132 (51.95% from 255 or 36.57% from 361); Blue value is 6 (2.73% from 255 or 1.66% from 361); Max value from RGB is 223 - color contains mainly: red. Hex color #DF8406 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DF8406 is #207BF9. Grayscale: #919191. Windows color (decimal): -2128890 or 427231. OLE color: 427231.

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

Color convert

RGB 223 132 6 -
CMYK 0 0.41 0.97 0.13
HSL 34.84º 0.95% 0.45% -
HSV(B) 34.84º 0.97% 0.87% -
XYZ 38.72 32.2 4.35 -
YUV 144.85 49.65 183.75 -
System Red Green Blue C M Y K H S L
Decimal 223 132 6 0 0.41 0.97 0.13 34.84 0.95 0.45
Hex DF 84 6 0 29 61 D 23 5F 2D
Octal 337 204 6 0 51 141 15 43 137 55
Binary 11011111 10000100 110 0 101001 1100001 1101 100011 1011111 101101

Color Harmonies of #DF8406

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF8406

Black with #DF8406

Text Example


Text Example

White with #DF8406

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF8406; }

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

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

background-color css

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

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

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

border-color css

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

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

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