Html Css Color HEX #DF8508 Tangerine

📋 copy color: '#DF8508'

red 223 ◦ green 133 ◦ blue 8

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

Shades of Tangerine #DF8508

Tints of Tangerine #DF8508

RGB

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

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

 BLUE value IS 8 (3.52% from 255) = 2.2%

R = 61.26%
G = 36.54%
B = 2.2%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.96

 K value IS 0.13

RGB Variations

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

Color information

#DF8508 (or 0xDF8508) is known color: Tangerine. HEX triplet: DF, 85 and 08. RGB value is (223,133,8). Sum of RGB (Red+Green+Blue) = 223+133+8=364 (48% of max value = 765). Red value is 223 (87.5% from 255 or 61.26% from 364); Green value is 133 (52.34% from 255 or 36.54% from 364); Blue value is 8 (3.52% from 255 or 2.20% from 364); Max value from RGB is 223 - color contains mainly: red. Hex color #DF8508 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DF8508 is #207AF7. Grayscale: #929292. Windows color (decimal): -2128632 or 558559. OLE color: 558559.

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

Color convert

RGB 223 133 8 -
CMYK 0 0.40 0.96 0.13
HSL 34.88º 0.93% 0.45% -
HSV(B) 34.88º 0.96% 0.87% -
XYZ 38.86 32.48 4.45 -
YUV 145.66 50.32 183.16 -
System Red Green Blue C M Y K H S L
Decimal 223 133 8 0 0.40 0.96 0.13 34.88 0.93 0.45
Hex DF 85 8 0 28 60 D 23 5D 2D
Octal 337 205 10 0 50 140 15 43 135 55
Binary 11011111 10000101 1000 0 101000 1100000 1101 100011 1011101 101101

Color Harmonies of #DF8508

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF8508

Black with #DF8508

Text Example


Text Example

White with #DF8508

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF8508; }

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

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

background-color css

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

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

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

border-color css

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

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

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