Html Css Color HEX #DF8A03 Tangerine

📋 copy color: '#DF8A03'

red 223 ◦ green 138 ◦ blue 3

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

Shades of Tangerine #DF8A03

Tints of Tangerine #DF8A03

RGB

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

 GREEN value IS 138 (54.3% from 255) = 37.91%

 BLUE value IS 3 (1.56% from 255) = 0.82%

R = 61.26%
G = 37.91%
B = 0.82%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.99

 K value IS 0.13

RGB Variations

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

Color information

#DF8A03 (or 0xDF8A03) is known color: Tangerine. HEX triplet: DF, 8A and 03. RGB value is (223,138,3). Sum of RGB (Red+Green+Blue) = 223+138+3=364 (48% of max value = 765). Red value is 223 (87.5% from 255 or 61.26% from 364); Green value is 138 (54.30% from 255 or 37.91% from 364); Blue value is 3 (1.56% from 255 or 0.82% from 364); Max value from RGB is 223 - color contains mainly: red. Hex color #DF8A03 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DF8A03 is #2075FC. Grayscale: #949494. Windows color (decimal): -2127357 or 232159. OLE color: 232159.

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

Color convert

RGB 223 138 3 -
CMYK 0 0.38 0.99 0.13
HSL 36.82º 0.97% 0.44% -
HSV(B) 36.82º 0.99% 0.87% -
XYZ 39.54 33.87 4.54 -
YUV 148.03 46.16 181.48 -
System Red Green Blue C M Y K H S L
Decimal 223 138 3 0 0.38 0.99 0.13 36.82 0.97 0.44
Hex DF 8A 3 0 26 63 D 25 61 2C
Octal 337 212 3 0 46 143 15 45 141 54
Binary 11011111 10001010 11 0 100110 1100011 1101 100101 1100001 101100

Color Harmonies of #DF8A03

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF8A03

Black with #DF8A03

Text Example


Text Example

White with #DF8A03

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF8A03; }

 p { color: rgb(223,138,3); }

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

background-color css

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

 a { background-color: rgb(223,138,3); }

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

border-color css

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

 span { border-color: rgb(223,138,3); }

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