Html Css Color HEX #DC8706 Tangerine

📋 copy color: '#DC8706'

red 220 ◦ green 135 ◦ blue 6

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

Shades of Tangerine #DC8706

Tints of Tangerine #DC8706

RGB

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

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

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

R = 60.94%
G = 37.4%
B = 1.66%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.97

 K value IS 0.14

RGB Variations

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

Color information

#DC8706 (or 0xDC8706) is known color: Tangerine. HEX triplet: DC, 87 and 06. RGB value is (220,135,6). Sum of RGB (Red+Green+Blue) = 220+135+6=361 (47% of max value = 765). Red value is 220 (86.33% from 255 or 60.94% from 361); Green value is 135 (53.12% from 255 or 37.40% from 361); Blue value is 6 (2.73% from 255 or 1.66% from 361); Max value from RGB is 220 - color contains mainly: red. Hex color #DC8706 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DC8706 is #2378F9. Grayscale: #929292. Windows color (decimal): -2324730 or 427996. OLE color: 427996.

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

Color convert

RGB 220 135 6 -
CMYK 0 0.39 0.97 0.14
HSL 36.17º 0.95% 0.44% -
HSV(B) 36.17º 0.97% 0.86% -
XYZ 38.21 32.56 4.44 -
YUV 145.71 49.16 180.99 -
System Red Green Blue C M Y K H S L
Decimal 220 135 6 0 0.39 0.97 0.14 36.17 0.95 0.44
Hex DC 87 6 0 27 61 E 24 5F 2C
Octal 334 207 6 0 47 141 16 44 137 54
Binary 11011100 10000111 110 0 100111 1100001 1110 100100 1011111 101100

Color Harmonies of #DC8706

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC8706

Black with #DC8706

Text Example


Text Example

White with #DC8706

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC8706; }

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

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

background-color css

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

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

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

border-color css

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

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

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