Html Css Color HEX #DC8802 Tangerine

📋 copy color: '#DC8802'

red 220 ◦ green 136 ◦ blue 2

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

Shades of Tangerine #DC8802

Tints of Tangerine #DC8802

RGB

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

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

 BLUE value IS 2 (1.17% from 255) = 0.56%

R = 61.45%
G = 37.99%
B = 0.56%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.99

 K value IS 0.14

RGB Variations

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

Color information

#DC8802 (or 0xDC8802) is known color: Tangerine. HEX triplet: DC, 88 and 02. RGB value is (220,136,2). Sum of RGB (Red+Green+Blue) = 220+136+2=358 (47% of max value = 765). Red value is 220 (86.33% from 255 or 61.45% from 358); Green value is 136 (53.52% from 255 or 37.99% from 358); Blue value is 2 (1.17% from 255 or 0.56% from 358); Max value from RGB is 220 - color contains mainly: red. Hex color #DC8802 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DC8802 is #2377FD. Grayscale: #929292. Windows color (decimal): -2324478 or 166108. OLE color: 166108.

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

Color convert

RGB 220 136 2 -
CMYK 0 0.38 0.99 0.14
HSL 36.88º 0.98% 0.44% -
HSV(B) 36.88º 0.99% 0.86% -
XYZ 38.33 32.83 4.37 -
YUV 145.84 46.83 180.9 -
System Red Green Blue C M Y K H S L
Decimal 220 136 2 0 0.38 0.99 0.14 36.88 0.98 0.44
Hex DC 88 2 0 26 63 E 25 62 2C
Octal 334 210 2 0 46 143 16 45 142 54
Binary 11011100 10001000 10 0 100110 1100011 1110 100101 1100010 101100

Color Harmonies of #DC8802

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC8802

Black with #DC8802

Text Example


Text Example

White with #DC8802

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC8802; }

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

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

background-color css

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

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

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

border-color css

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

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

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