Html Css Color HEX #DC8800 Tangerine

📋 copy color: '#DC8800'

red 220 ◦ green 136 ◦ blue 0

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

Shades of Tangerine #DC8800

Tints of Tangerine #DC8800

RGB

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

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

 BLUE value IS 0 (0.39% from 255) = 0%

R = 61.8%
G = 38.2%
B = 0%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 1

 K value IS 0.14

RGB Variations

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

Color information

#DC8800 (or 0xDC8800) is known color: Tangerine. HEX triplet: DC, 88 and 00. RGB value is (220,136,0). Sum of RGB (Red+Green+Blue) = 220+136+0=356 (47% of max value = 765). Red value is 220 (86.33% from 255 or 61.80% from 356); Green value is 136 (53.52% from 255 or 38.20% from 356); Blue value is 0 (0.39% from 255 or 0% from 356); Max value from RGB is 220 - color contains mainly: red. Hex color #DC8800 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DC8800 is #2377FF. Grayscale: #929292. Windows color (decimal): -2324480 or 35036. OLE color: 35036.

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

Color convert

RGB 220 136 0 -
CMYK 0 0.38 1 0.14
HSL 37.09º 1% 0.43% -
HSV(B) 37.09º 1% 0.86% -
XYZ 38.32 32.82 4.32 -
YUV 145.61 45.83 181.06 -
System Red Green Blue C M Y K H S L
Decimal 220 136 0 0 0.38 1 0.14 37.09 1 0.43
Hex DC 88 0 0 26 64 E 25 64 2B
Octal 334 210 0 0 46 144 16 45 144 53
Binary 11011100 10001000 0 0 100110 1100100 1110 100101 1100100 101011

Color Harmonies of #DC8800

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC8800

Black with #DC8800

Text Example


Text Example

White with #DC8800

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC8800; }

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

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

background-color css

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

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

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

border-color css

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

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

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