Html Css Color HEX #DC8705 Tangerine

📋 copy color: '#DC8705'

red 220 ◦ green 135 ◦ blue 5

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

Shades of Tangerine #DC8705

Tints of Tangerine #DC8705

RGB

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

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

 BLUE value IS 5 (2.34% from 255) = 1.39%

R = 61.11%
G = 37.5%
B = 1.39%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.98

 K value IS 0.14

RGB Variations

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

Color information

#DC8705 (or 0xDC8705) is known color: Tangerine. HEX triplet: DC, 87 and 05. RGB value is (220,135,5). Sum of RGB (Red+Green+Blue) = 220+135+5=360 (47% of max value = 765). Red value is 220 (86.33% from 255 or 61.11% from 360); Green value is 135 (53.12% from 255 or 37.5% from 360); Blue value is 5 (2.34% from 255 or 1.39% from 360); Max value from RGB is 220 - color contains mainly: red. Hex color #DC8705 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DC8705 is #2378FA. Grayscale: #929292. Windows color (decimal): -2324731 or 362460. OLE color: 362460.

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

Color convert

RGB 220 135 5 -
CMYK 0 0.39 0.98 0.14
HSL 36.28º 0.96% 0.44% -
HSV(B) 36.28º 0.98% 0.86% -
XYZ 38.21 32.55 4.41 -
YUV 145.6 48.66 181.07 -
System Red Green Blue C M Y K H S L
Decimal 220 135 5 0 0.39 0.98 0.14 36.28 0.96 0.44
Hex DC 87 5 0 27 62 E 24 60 2C
Octal 334 207 5 0 47 142 16 44 140 54
Binary 11011100 10000111 101 0 100111 1100010 1110 100100 1100000 101100

Color Harmonies of #DC8705

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC8705

Black with #DC8705

Text Example


Text Example

White with #DC8705

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC8705; }

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

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

background-color css

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

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

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

border-color css

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

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

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