Html Css Color HEX #DF8802 Tangerine

📋 copy color: '#DF8802'

red 223 ◦ green 136 ◦ blue 2

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

Shades of Tangerine #DF8802

Tints of Tangerine #DF8802

RGB

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

 GREEN value IS 136 (53.52% from 255) = 37.67%

 BLUE value IS 2 (1.17% from 255) = 0.55%

R = 61.77%
G = 37.67%
B = 0.55%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.99

 K value IS 0.13

RGB Variations

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

Color information

#DF8802 (or 0xDF8802) is known color: Tangerine. HEX triplet: DF, 88 and 02. RGB value is (223,136,2). Sum of RGB (Red+Green+Blue) = 223+136+2=361 (47% of max value = 765). Red value is 223 (87.5% from 255 or 61.77% from 361); Green value is 136 (53.52% from 255 or 37.67% from 361); Blue value is 2 (1.17% from 255 or 0.55% from 361); Max value from RGB is 223 - color contains mainly: red. Hex color #DF8802 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DF8802 is #2077FD. Grayscale: #939393. Windows color (decimal): -2127870 or 166111. OLE color: 166111.

HSL color Cylindrical-coordinate representation of color #DF8802: hue angle of 36.38º degrees, saturation: 0.98, 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 #DF8802 is Cyan = 0, Magento = 0.39, Yellow = 0.99 and Black (K on CMYK) = 0.13.

Color convert

RGB 223 136 2 -
CMYK 0 0.39 0.99 0.13
HSL 36.38º 0.98% 0.44% -
HSV(B) 36.38º 0.99% 0.87% -
XYZ 39.25 33.3 4.42 -
YUV 146.74 46.32 182.4 -
System Red Green Blue C M Y K H S L
Decimal 223 136 2 0 0.39 0.99 0.13 36.38 0.98 0.44
Hex DF 88 2 0 27 63 D 24 62 2C
Octal 337 210 2 0 47 143 15 44 142 54
Binary 11011111 10001000 10 0 100111 1100011 1101 100100 1100010 101100

Color Harmonies of #DF8802

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF8802

Black with #DF8802

Text Example


Text Example

White with #DF8802

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF8802; }

 p { color: rgb(223,136,2); }

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

background-color css

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

 a { background-color: rgb(223,136,2); }

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

border-color css

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

 span { border-color: rgb(223,136,2); }

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