Html Css Color HEX #DC8500 Tangerine

📋 copy color: '#DC8500'

red 220 ◦ green 133 ◦ blue 0

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

Shades of Tangerine #DC8500

Tints of Tangerine #DC8500

RGB

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

 GREEN value IS 133 (52.34% from 255) = 37.68%

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

R = 62.32%
G = 37.68%
B = 0%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 1

 K value IS 0.14

RGB Variations

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

Color information

#DC8500 (or 0xDC8500) is known color: Tangerine. HEX triplet: DC, 85 and 00. RGB value is (220,133,0). Sum of RGB (Red+Green+Blue) = 220+133+0=353 (46% of max value = 765). Red value is 220 (86.33% from 255 or 62.32% from 353); Green value is 133 (52.34% from 255 or 37.68% from 353); Blue value is 0 (0.39% from 255 or 0% from 353); Max value from RGB is 220 - color contains mainly: red. Hex color #DC8500 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DC8500 is #237AFF. Grayscale: #909090. Windows color (decimal): -2325248 or 34268. OLE color: 34268.

HSL color Cylindrical-coordinate representation of color #DC8500: hue angle of 36.27º 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 #DC8500 is Cyan = 0, Magento = 0.40, Yellow = 1 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 133 0 -
CMYK 0 0.40 1 0.14
HSL 36.27º 1% 0.43% -
HSV(B) 36.27º 1% 0.86% -
XYZ 37.9 31.99 4.18 -
YUV 143.85 46.82 182.31 -
System Red Green Blue C M Y K H S L
Decimal 220 133 0 0 0.40 1 0.14 36.27 1 0.43
Hex DC 85 0 0 28 64 E 24 64 2B
Octal 334 205 0 0 50 144 16 44 144 53
Binary 11011100 10000101 0 0 101000 1100100 1110 100100 1100100 101011

Color Harmonies of #DC8500

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC8500

Black with #DC8500

Text Example


Text Example

White with #DC8500

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC8500; }

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

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

background-color css

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

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

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

border-color css

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

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

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