Html Css Color HEX #DC8804 Tangerine

📋 copy color: '#DC8804'

red 220 ◦ green 136 ◦ blue 4

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

Shades of Tangerine #DC8804

Tints of Tangerine #DC8804

RGB

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

 GREEN value IS 136 (53.52% from 255) = 37.78%

 BLUE value IS 4 (1.95% from 255) = 1.11%

R = 61.11%
G = 37.78%
B = 1.11%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.98

 K value IS 0.14

RGB Variations

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

Color information

#DC8804 (or 0xDC8804) is known color: Tangerine. HEX triplet: DC, 88 and 04. RGB value is (220,136,4). Sum of RGB (Red+Green+Blue) = 220+136+4=360 (47% of max value = 765). Red value is 220 (86.33% from 255 or 61.11% from 360); Green value is 136 (53.52% from 255 or 37.78% from 360); Blue value is 4 (1.95% from 255 or 1.11% from 360); Max value from RGB is 220 - color contains mainly: red. Hex color #DC8804 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DC8804 is #2377FB. Grayscale: #929292. Windows color (decimal): -2324476 or 297180. OLE color: 297180.

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

Color convert

RGB 220 136 4 -
CMYK 0 0.38 0.98 0.14
HSL 36.67º 0.96% 0.44% -
HSV(B) 36.67º 0.98% 0.86% -
XYZ 38.34 32.83 4.43 -
YUV 146.07 47.83 180.73 -
System Red Green Blue C M Y K H S L
Decimal 220 136 4 0 0.38 0.98 0.14 36.67 0.96 0.44
Hex DC 88 4 0 26 62 E 25 60 2C
Octal 334 210 4 0 46 142 16 45 140 54
Binary 11011100 10001000 100 0 100110 1100010 1110 100101 1100000 101100

Color Harmonies of #DC8804

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC8804

Black with #DC8804

Text Example


Text Example

White with #DC8804

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC8804; }

 p { color: rgb(220,136,4); }

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

background-color css

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

 a { background-color: rgb(220,136,4); }

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

border-color css

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

 span { border-color: rgb(220,136,4); }

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