Html Css Color HEX #DC8902 Tangerine

📋 copy color: '#DC8902'

red 220 ◦ green 137 ◦ blue 2

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

Shades of Tangerine #DC8902

Tints of Tangerine #DC8902

RGB

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

 GREEN value IS 137 (53.91% from 255) = 38.16%

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

R = 61.28%
G = 38.16%
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

#DC8902 (or 0xDC8902) is known color: Tangerine. HEX triplet: DC, 89 and 02. RGB value is (220,137,2). Sum of RGB (Red+Green+Blue) = 220+137+2=359 (47% of max value = 765). Red value is 220 (86.33% from 255 or 61.28% from 359); Green value is 137 (53.91% from 255 or 38.16% from 359); Blue value is 2 (1.17% from 255 or 0.56% from 359); Max value from RGB is 220 - color contains mainly: red. Hex color #DC8902 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DC8902 is #2376FD. Grayscale: #939393. Windows color (decimal): -2324222 or 166364. OLE color: 166364.

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

Color convert

RGB 220 137 2 -
CMYK 0 0.38 0.99 0.14
HSL 37.16º 0.98% 0.44% -
HSV(B) 37.16º 0.99% 0.86% -
XYZ 38.47 33.11 4.42 -
YUV 146.43 46.5 180.48 -
System Red Green Blue C M Y K H S L
Decimal 220 137 2 0 0.38 0.99 0.14 37.16 0.98 0.44
Hex DC 89 2 0 26 63 E 25 62 2C
Octal 334 211 2 0 46 143 16 45 142 54
Binary 11011100 10001001 10 0 100110 1100011 1110 100101 1100010 101100

Color Harmonies of #DC8902

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC8902

Black with #DC8902

Text Example


Text Example

White with #DC8902

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC8902; }

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

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

background-color css

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

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

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

border-color css

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

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

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