Html Css Color HEX #DC8600 Tangerine

📋 copy color: '#DC8600'

red 220 ◦ green 134 ◦ blue 0

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

Shades of Tangerine #DC8600

Tints of Tangerine #DC8600

RGB

 RED value IS 220 (86.33% from 255) = 62.15%

 GREEN value IS 134 (52.73% from 255) = 37.85%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 62.15%
G = 37.85%
B = 0%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 1

 K value IS 0.14

RGB Variations

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

Color information

#DC8600 (or 0xDC8600) is known color: Tangerine. HEX triplet: DC, 86 and 00. RGB value is (220,134,0). Sum of RGB (Red+Green+Blue) = 220+134+0=354 (46% of max value = 765). Red value is 220 (86.33% from 255 or 62.15% from 354); Green value is 134 (52.73% from 255 or 37.85% from 354); Blue value is 0 (0.39% from 255 or 0% from 354); Max value from RGB is 220 - color contains mainly: red. Hex color #DC8600 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DC8600 is #2379FF. Grayscale: #919191. Windows color (decimal): -2324992 or 34524. OLE color: 34524.

HSL color Cylindrical-coordinate representation of color #DC8600: hue angle of 36.55º degrees, saturation: 1, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 1%. Process color model (Four color, CMYK) of #DC8600 is Cyan = 0, Magento = 0.39, Yellow = 1 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 134 0 -
CMYK 0 0.39 1 0.14
HSL 36.55º 1% 0.43% -
HSV(B) 36.55º 1% 0.86% -
XYZ 38.04 32.27 4.22 -
YUV 144.44 46.49 181.9 -
System Red Green Blue C M Y K H S L
Decimal 220 134 0 0 0.39 1 0.14 36.55 1 0.43
Hex DC 86 0 0 27 64 E 25 64 2B
Octal 334 206 0 0 47 144 16 45 144 53
Binary 11011100 10000110 0 0 100111 1100100 1110 100101 1100100 101011

Color Harmonies of #DC8600

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC8600

Black with #DC8600

Text Example


Text Example

White with #DC8600

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC8600; }

 p { color: rgb(220,134,0); }

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

background-color css

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

 a { background-color: rgb(220,134,0); }

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

border-color css

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

 span { border-color: rgb(220,134,0); }

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