Html Css Color HEX #DF8706 Tangerine

📋 copy color: '#DF8706'

red 223 ◦ green 135 ◦ blue 6

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

Shades of Tangerine #DF8706

Tints of Tangerine #DF8706

RGB

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

 GREEN value IS 135 (53.13% from 255) = 37.09%

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

R = 61.26%
G = 37.09%
B = 1.65%

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

#DF8706 (or 0xDF8706) is known color: Tangerine. HEX triplet: DF, 87 and 06. RGB value is (223,135,6). Sum of RGB (Red+Green+Blue) = 223+135+6=364 (48% of max value = 765). Red value is 223 (87.5% from 255 or 61.26% from 364); Green value is 135 (53.12% from 255 or 37.09% from 364); Blue value is 6 (2.73% from 255 or 1.65% from 364); Max value from RGB is 223 - color contains mainly: red. Hex color #DF8706 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DF8706 is #2078F9. Grayscale: #939393. Windows color (decimal): -2128122 or 427999. OLE color: 427999.

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

Color convert

RGB 223 135 6 -
CMYK 0 0.39 0.97 0.13
HSL 35.67º 0.95% 0.45% -
HSV(B) 35.67º 0.97% 0.87% -
XYZ 39.13 33.03 4.49 -
YUV 146.61 48.65 182.49 -
System Red Green Blue C M Y K H S L
Decimal 223 135 6 0 0.39 0.97 0.13 35.67 0.95 0.45
Hex DF 87 6 0 27 61 D 24 5F 2D
Octal 337 207 6 0 47 141 15 44 137 55
Binary 11011111 10000111 110 0 100111 1100001 1101 100100 1011111 101101

Color Harmonies of #DF8706

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF8706

Black with #DF8706

Text Example


Text Example

White with #DF8706

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF8706; }

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

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

background-color css

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

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

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

border-color css

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

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

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