Html Css Color HEX #DF8500 Tangerine

📋 copy color: '#DF8500'

red 223 ◦ green 133 ◦ blue 0

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

Shades of Tangerine #DF8500

Tints of Tangerine #DF8500

RGB

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

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

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

R = 62.64%
G = 37.36%
B = 0%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 1

 K value IS 0.13

RGB Variations

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

Color information

#DF8500 (or 0xDF8500) is known color: Tangerine. HEX triplet: DF, 85 and 00. RGB value is (223,133,0). Sum of RGB (Red+Green+Blue) = 223+133+0=356 (47% of max value = 765). Red value is 223 (87.5% from 255 or 62.64% from 356); Green value is 133 (52.34% from 255 or 37.36% from 356); Blue value is 0 (0.39% from 255 or 0% from 356); Max value from RGB is 223 - color contains mainly: red. Hex color #DF8500 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DF8500 is #207AFF. Grayscale: #919191. Windows color (decimal): -2128640 or 34271. OLE color: 34271.

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

Color convert

RGB 223 133 0 -
CMYK 0 0.40 1 0.13
HSL 35.78º 1% 0.44% -
HSV(B) 35.78º 1% 0.87% -
XYZ 38.82 32.46 4.22 -
YUV 144.75 46.32 183.81 -
System Red Green Blue C M Y K H S L
Decimal 223 133 0 0 0.40 1 0.13 35.78 1 0.44
Hex DF 85 0 0 28 64 D 24 64 2C
Octal 337 205 0 0 50 144 15 44 144 54
Binary 11011111 10000101 0 0 101000 1100100 1101 100100 1100100 101100

Color Harmonies of #DF8500

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF8500

Black with #DF8500

Text Example


Text Example

White with #DF8500

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF8500; }

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

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

background-color css

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

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

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

border-color css

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

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

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