Html Css Color HEX #DF8B01 Tangerine

📋 copy color: '#DF8B01'

red 223 ◦ green 139 ◦ blue 1

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

Shades of Tangerine #DF8B01

Tints of Tangerine #DF8B01

RGB

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

 GREEN value IS 139 (54.69% from 255) = 38.29%

 BLUE value IS 1 (0.78% from 255) = 0.28%

R = 61.43%
G = 38.29%
B = 0.28%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 1.00

 K value IS 0.13

RGB Variations

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

Color information

#DF8B01 (or 0xDF8B01) is known color: Tangerine. HEX triplet: DF, 8B and 01. RGB value is (223,139,1). Sum of RGB (Red+Green+Blue) = 223+139+1=363 (48% of max value = 765). Red value is 223 (87.5% from 255 or 61.43% from 363); Green value is 139 (54.69% from 255 or 38.29% from 363); Blue value is 1 (0.78% from 255 or 0.28% from 363); Max value from RGB is 223 - color contains mainly: red. Hex color #DF8B01 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DF8B01 is #2074FE. Grayscale: #959595. Windows color (decimal): -2127103 or 101343. OLE color: 101343.

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

Color convert

RGB 223 139 1 -
CMYK 0 0.38 1.00 0.13
HSL 37.3º 0.99% 0.44% -
HSV(B) 37.3º 1% 0.87% -
XYZ 39.67 34.16 4.53 -
YUV 148.38 44.83 181.22 -
System Red Green Blue C M Y K H S L
Decimal 223 139 1 0 0.38 1.00 0.13 37.3 0.99 0.44
Hex DF 8B 1 0 26 64 D 25 63 2C
Octal 337 213 1 0 46 144 15 45 143 54
Binary 11011111 10001011 1 0 100110 1100100 1101 100101 1100011 101100

Color Harmonies of #DF8B01

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF8B01

Black with #DF8B01

Text Example


Text Example

White with #DF8B01

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF8B01; }

 p { color: rgb(223,139,1); }

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

background-color css

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

 a { background-color: rgb(223,139,1); }

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

border-color css

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

 span { border-color: rgb(223,139,1); }

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