Html Css Color HEX #DC8508 Tangerine

📋 copy color: '#DC8508'

red 220 ◦ green 133 ◦ blue 8

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

Shades of Tangerine #DC8508

Tints of Tangerine #DC8508

RGB

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

 GREEN value IS 133 (52.34% from 255) = 36.84%

 BLUE value IS 8 (3.52% from 255) = 2.22%

R = 60.94%
G = 36.84%
B = 2.22%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.96

 K value IS 0.14

RGB Variations

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

Color information

#DC8508 (or 0xDC8508) is known color: Tangerine. HEX triplet: DC, 85 and 08. RGB value is (220,133,8). Sum of RGB (Red+Green+Blue) = 220+133+8=361 (47% of max value = 765). Red value is 220 (86.33% from 255 or 60.94% from 361); Green value is 133 (52.34% from 255 or 36.84% from 361); Blue value is 8 (3.52% from 255 or 2.22% from 361); Max value from RGB is 220 - color contains mainly: red. Hex color #DC8508 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DC8508 is #237AF7. Grayscale: #919191. Windows color (decimal): -2325240 or 558556. OLE color: 558556.

HSL color Cylindrical-coordinate representation of color #DC8508: hue angle of 35.38º degrees, saturation: 0.93, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #DC8508 is Cyan = 0, Magento = 0.40, Yellow = 0.96 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 133 8 -
CMYK 0 0.40 0.96 0.14
HSL 35.38º 0.93% 0.45% -
HSV(B) 35.38º 0.96% 0.86% -
XYZ 37.95 32.01 4.41 -
YUV 144.76 50.82 181.66 -
System Red Green Blue C M Y K H S L
Decimal 220 133 8 0 0.40 0.96 0.14 35.38 0.93 0.45
Hex DC 85 8 0 28 60 E 23 5D 2D
Octal 334 205 10 0 50 140 16 43 135 55
Binary 11011100 10000101 1000 0 101000 1100000 1110 100011 1011101 101101

Color Harmonies of #DC8508

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC8508

Black with #DC8508

Text Example


Text Example

White with #DC8508

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC8508; }

 p { color: rgb(220,133,8); }

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

background-color css

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

 a { background-color: rgb(220,133,8); }

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

border-color css

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

 span { border-color: rgb(220,133,8); }

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