Html Css Color HEX #DF8806 Tangerine

📋 copy color: '#DF8806'

red 223 ◦ green 136 ◦ blue 6

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

Shades of Tangerine #DF8806

Tints of Tangerine #DF8806

RGB

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

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

 BLUE value IS 6 (2.73% from 255) = 1.64%

R = 61.1%
G = 37.26%
B = 1.64%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.97

 K value IS 0.13

RGB Variations

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

Color information

#DF8806 (or 0xDF8806) is known color: Tangerine. HEX triplet: DF, 88 and 06. RGB value is (223,136,6). Sum of RGB (Red+Green+Blue) = 223+136+6=365 (48% of max value = 765). Red value is 223 (87.5% from 255 or 61.10% from 365); Green value is 136 (53.52% from 255 or 37.26% from 365); Blue value is 6 (2.73% from 255 or 1.64% from 365); Max value from RGB is 223 - color contains mainly: red. Hex color #DF8806 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DF8806 is #2077F9. Grayscale: #939393. Windows color (decimal): -2127866 or 428255. OLE color: 428255.

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

Color convert

RGB 223 136 6 -
CMYK 0 0.39 0.97 0.13
HSL 35.94º 0.95% 0.45% -
HSV(B) 35.94º 0.97% 0.87% -
XYZ 39.27 33.31 4.53 -
YUV 147.19 48.32 182.07 -
System Red Green Blue C M Y K H S L
Decimal 223 136 6 0 0.39 0.97 0.13 35.94 0.95 0.45
Hex DF 88 6 0 27 61 D 24 5F 2D
Octal 337 210 6 0 47 141 15 44 137 55
Binary 11011111 10001000 110 0 100111 1100001 1101 100100 1011111 101101

Color Harmonies of #DF8806

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF8806

Black with #DF8806

Text Example


Text Example

White with #DF8806

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF8806; }

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

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

background-color css

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

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

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

border-color css

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

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

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