Html Css Color HEX #DC8406 Tangerine

📋 copy color: '#DC8406'

red 220 ◦ green 132 ◦ blue 6

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

Shades of Tangerine #DC8406

Tints of Tangerine #DC8406

RGB

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

 GREEN value IS 132 (51.95% from 255) = 36.87%

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

R = 61.45%
G = 36.87%
B = 1.68%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.97

 K value IS 0.14

RGB Variations

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

Color information

#DC8406 (or 0xDC8406) is known color: Tangerine. HEX triplet: DC, 84 and 06. RGB value is (220,132,6). Sum of RGB (Red+Green+Blue) = 220+132+6=358 (47% of max value = 765). Red value is 220 (86.33% from 255 or 61.45% from 358); Green value is 132 (51.95% from 255 or 36.87% from 358); Blue value is 6 (2.73% from 255 or 1.68% from 358); Max value from RGB is 220 - color contains mainly: red. Hex color #DC8406 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DC8406 is #237BF9. Grayscale: #909090. Windows color (decimal): -2325498 or 427228. OLE color: 427228.

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

Color convert

RGB 220 132 6 -
CMYK 0 0.40 0.97 0.14
HSL 35.33º 0.95% 0.44% -
HSV(B) 35.33º 0.97% 0.86% -
XYZ 37.8 31.73 4.3 -
YUV 143.95 50.15 182.25 -
System Red Green Blue C M Y K H S L
Decimal 220 132 6 0 0.40 0.97 0.14 35.33 0.95 0.44
Hex DC 84 6 0 28 61 E 23 5F 2C
Octal 334 204 6 0 50 141 16 43 137 54
Binary 11011100 10000100 110 0 101000 1100001 1110 100011 1011111 101100

Color Harmonies of #DC8406

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC8406

Black with #DC8406

Text Example


Text Example

White with #DC8406

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC8406; }

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

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

background-color css

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

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

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

border-color css

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

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

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