Html Css Color HEX #DC8801 Tangerine

📋 copy color: '#DC8801'

red 220 ◦ green 136 ◦ blue 1

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

Shades of Tangerine #DC8801

Tints of Tangerine #DC8801

RGB

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

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

 BLUE value IS 1 (0.78% from 255) = 0.28%

R = 61.62%
G = 38.1%
B = 0.28%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 1.00

 K value IS 0.14

RGB Variations

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

Color information

#DC8801 (or 0xDC8801) is known color: Tangerine. HEX triplet: DC, 88 and 01. RGB value is (220,136,1). Sum of RGB (Red+Green+Blue) = 220+136+1=357 (47% of max value = 765). Red value is 220 (86.33% from 255 or 61.62% from 357); Green value is 136 (53.52% from 255 or 38.10% from 357); Blue value is 1 (0.78% from 255 or 0.28% from 357); Max value from RGB is 220 - color contains mainly: red. Hex color #DC8801 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DC8801 is #2377FE. Grayscale: #929292. Windows color (decimal): -2324479 or 100572. OLE color: 100572.

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

Color convert

RGB 220 136 1 -
CMYK 0 0.38 1.00 0.14
HSL 36.99º 0.99% 0.43% -
HSV(B) 36.99º 1% 0.86% -
XYZ 38.32 32.83 4.34 -
YUV 145.73 46.33 180.98 -
System Red Green Blue C M Y K H S L
Decimal 220 136 1 0 0.38 1.00 0.14 36.99 0.99 0.43
Hex DC 88 1 0 26 64 E 25 63 2B
Octal 334 210 1 0 46 144 16 45 143 53
Binary 11011100 10001000 1 0 100110 1100100 1110 100101 1100011 101011

Color Harmonies of #DC8801

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC8801

Black with #DC8801

Text Example


Text Example

White with #DC8801

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC8801; }

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

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

background-color css

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

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

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

border-color css

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

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

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