Html Css Color HEX #DF8804 Tangerine

📋 copy color: '#DF8804'

red 223 ◦ green 136 ◦ blue 4

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

Shades of Tangerine #DF8804

Tints of Tangerine #DF8804

RGB

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

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

 BLUE value IS 4 (1.95% from 255) = 1.1%

R = 61.43%
G = 37.47%
B = 1.1%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.98

 K value IS 0.13

RGB Variations

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

Color information

#DF8804 (or 0xDF8804) is known color: Tangerine. HEX triplet: DF, 88 and 04. RGB value is (223,136,4). Sum of RGB (Red+Green+Blue) = 223+136+4=363 (48% of max value = 765). Red value is 223 (87.5% from 255 or 61.43% from 363); Green value is 136 (53.52% from 255 or 37.47% from 363); Blue value is 4 (1.95% from 255 or 1.10% from 363); Max value from RGB is 223 - color contains mainly: red. Hex color #DF8804 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DF8804 is #2077FB. Grayscale: #939393. Windows color (decimal): -2127868 or 297183. OLE color: 297183.

HSL color Cylindrical-coordinate representation of color #DF8804: hue angle of 36.16º degrees, saturation: 0.96, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #DF8804 is Cyan = 0, Magento = 0.39, Yellow = 0.98 and Black (K on CMYK) = 0.13.

Color convert

RGB 223 136 4 -
CMYK 0 0.39 0.98 0.13
HSL 36.16º 0.96% 0.45% -
HSV(B) 36.16º 0.98% 0.87% -
XYZ 39.26 33.31 4.47 -
YUV 146.97 47.32 182.23 -
System Red Green Blue C M Y K H S L
Decimal 223 136 4 0 0.39 0.98 0.13 36.16 0.96 0.45
Hex DF 88 4 0 27 62 D 24 60 2D
Octal 337 210 4 0 47 142 15 44 140 55
Binary 11011111 10001000 100 0 100111 1100010 1101 100100 1100000 101101

Color Harmonies of #DF8804

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF8804

Black with #DF8804

Text Example


Text Example

White with #DF8804

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF8804; }

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

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

background-color css

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

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

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

border-color css

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

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

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