Html Css Color HEX #DC8703 Tangerine

📋 copy color: '#DC8703'

red 220 ◦ green 135 ◦ blue 3

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

Shades of Tangerine #DC8703

Tints of Tangerine #DC8703

RGB

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

 GREEN value IS 135 (53.13% from 255) = 37.71%

 BLUE value IS 3 (1.56% from 255) = 0.84%

R = 61.45%
G = 37.71%
B = 0.84%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.99

 K value IS 0.14

RGB Variations

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

Color information

#DC8703 (or 0xDC8703) is known color: Tangerine. HEX triplet: DC, 87 and 03. RGB value is (220,135,3). Sum of RGB (Red+Green+Blue) = 220+135+3=358 (47% of max value = 765). Red value is 220 (86.33% from 255 or 61.45% from 358); Green value is 135 (53.12% from 255 or 37.71% from 358); Blue value is 3 (1.56% from 255 or 0.84% from 358); Max value from RGB is 220 - color contains mainly: red. Hex color #DC8703 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DC8703 is #2378FC. Grayscale: #919191. Windows color (decimal): -2324733 or 231388. OLE color: 231388.

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

Color convert

RGB 220 135 3 -
CMYK 0 0.39 0.99 0.14
HSL 36.5º 0.97% 0.44% -
HSV(B) 36.5º 0.99% 0.86% -
XYZ 38.2 32.55 4.36 -
YUV 145.37 47.66 181.23 -
System Red Green Blue C M Y K H S L
Decimal 220 135 3 0 0.39 0.99 0.14 36.5 0.97 0.44
Hex DC 87 3 0 27 63 E 24 61 2C
Octal 334 207 3 0 47 143 16 44 141 54
Binary 11011100 10000111 11 0 100111 1100011 1110 100100 1100001 101100

Color Harmonies of #DC8703

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC8703

Black with #DC8703

Text Example


Text Example

White with #DC8703

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC8703; }

 p { color: rgb(220,135,3); }

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

background-color css

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

 a { background-color: rgb(220,135,3); }

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

border-color css

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

 span { border-color: rgb(220,135,3); }

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