Html Css Color HEX #DF8507 Tangerine

📋 copy color: '#DF8507'

red 223 ◦ green 133 ◦ blue 7

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

Shades of Tangerine #DF8507

Tints of Tangerine #DF8507

RGB

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

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

 BLUE value IS 7 (3.13% from 255) = 1.93%

R = 61.43%
G = 36.64%
B = 1.93%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.97

 K value IS 0.13

RGB Variations

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

Color information

#DF8507 (or 0xDF8507) is known color: Tangerine. HEX triplet: DF, 85 and 07. RGB value is (223,133,7). Sum of RGB (Red+Green+Blue) = 223+133+7=363 (48% of max value = 765). Red value is 223 (87.5% from 255 or 61.43% from 363); Green value is 133 (52.34% from 255 or 36.64% from 363); Blue value is 7 (3.12% from 255 or 1.93% from 363); Max value from RGB is 223 - color contains mainly: red. Hex color #DF8507 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DF8507 is #207AF8. Grayscale: #929292. Windows color (decimal): -2128633 or 493023. OLE color: 493023.

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

Color convert

RGB 223 133 7 -
CMYK 0 0.40 0.97 0.13
HSL 35º 0.94% 0.45% -
HSV(B) 35º 0.97% 0.87% -
XYZ 38.86 32.48 4.42 -
YUV 145.55 49.82 183.25 -
System Red Green Blue C M Y K H S L
Decimal 223 133 7 0 0.40 0.97 0.13 35 0.94 0.45
Hex DF 85 7 0 28 61 D 23 5E 2D
Octal 337 205 7 0 50 141 15 43 136 55
Binary 11011111 10000101 111 0 101000 1100001 1101 100011 1011110 101101

Color Harmonies of #DF8507

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF8507

Black with #DF8507

Text Example


Text Example

White with #DF8507

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF8507; }

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

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

background-color css

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

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

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

border-color css

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

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

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