Html Css Color HEX #DC8408 Tangerine

📋 copy color: '#DC8408'

red 220 ◦ green 132 ◦ blue 8

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

Shades of Tangerine #DC8408

Tints of Tangerine #DC8408

RGB

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

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

 BLUE value IS 8 (3.52% from 255) = 2.22%

R = 61.11%
G = 36.67%
B = 2.22%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.96

 K value IS 0.14

RGB Variations

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

Color information

#DC8408 (or 0xDC8408) is known color: Tangerine. HEX triplet: DC, 84 and 08. RGB value is (220,132,8). Sum of RGB (Red+Green+Blue) = 220+132+8=360 (47% of max value = 765). Red value is 220 (86.33% from 255 or 61.11% from 360); Green value is 132 (51.95% from 255 or 36.67% from 360); Blue value is 8 (3.52% from 255 or 2.22% from 360); Max value from RGB is 220 - color contains mainly: red. Hex color #DC8408 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DC8408 is #237BF7. Grayscale: #909090. Windows color (decimal): -2325496 or 558300. OLE color: 558300.

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

Color convert

RGB 220 132 8 -
CMYK 0 0.40 0.96 0.14
HSL 35.09º 0.93% 0.45% -
HSV(B) 35.09º 0.96% 0.86% -
XYZ 37.81 31.74 4.36 -
YUV 144.18 51.15 182.08 -
System Red Green Blue C M Y K H S L
Decimal 220 132 8 0 0.40 0.96 0.14 35.09 0.93 0.45
Hex DC 84 8 0 28 60 E 23 5D 2D
Octal 334 204 10 0 50 140 16 43 135 55
Binary 11011100 10000100 1000 0 101000 1100000 1110 100011 1011101 101101

Color Harmonies of #DC8408

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC8408

Black with #DC8408

Text Example


Text Example

White with #DC8408

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC8408; }

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

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

background-color css

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

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

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

border-color css

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

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

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