Html Css Color HEX #DC8701 Tangerine

📋 copy color: '#DC8701'

red 220 ◦ green 135 ◦ blue 1

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

Shades of Tangerine #DC8701

Tints of Tangerine #DC8701

RGB

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

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

 BLUE value IS 1 (0.78% from 255) = 0.28%

R = 61.8%
G = 37.92%
B = 0.28%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 1.00

 K value IS 0.14

RGB Variations

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

Color information

#DC8701 (or 0xDC8701) is known color: Tangerine. HEX triplet: DC, 87 and 01. RGB value is (220,135,1). Sum of RGB (Red+Green+Blue) = 220+135+1=356 (47% of max value = 765). Red value is 220 (86.33% from 255 or 61.80% from 356); Green value is 135 (53.12% from 255 or 37.92% from 356); Blue value is 1 (0.78% from 255 or 0.28% from 356); Max value from RGB is 220 - color contains mainly: red. Hex color #DC8701 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DC8701 is #2378FE. Grayscale: #919191. Windows color (decimal): -2324735 or 100316. OLE color: 100316.

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

Color convert

RGB 220 135 1 -
CMYK 0 0.39 1.00 0.14
HSL 36.71º 0.99% 0.43% -
HSV(B) 36.71º 1% 0.86% -
XYZ 38.18 32.55 4.3 -
YUV 145.14 46.66 181.4 -
System Red Green Blue C M Y K H S L
Decimal 220 135 1 0 0.39 1.00 0.14 36.71 0.99 0.43
Hex DC 87 1 0 27 64 E 25 63 2B
Octal 334 207 1 0 47 144 16 45 143 53
Binary 11011100 10000111 1 0 100111 1100100 1110 100101 1100011 101011

Color Harmonies of #DC8701

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC8701

Black with #DC8701

Text Example


Text Example

White with #DC8701

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC8701; }

 p { color: rgb(220,135,1); }

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

background-color css

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

 a { background-color: rgb(220,135,1); }

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

border-color css

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

 span { border-color: rgb(220,135,1); }

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