Html Css Color HEX #DC4703 Tenne (Tawny)

📋 copy color: '#DC4703'

red 220 ◦ green 71 ◦ blue 3

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

Shades of Tenne (Tawny) #DC4703

Tints of Tenne (Tawny) #DC4703

RGB

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

 GREEN value IS 71 (28.13% from 255) = 24.15%

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

R = 74.83%
G = 24.15%
B = 1.02%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.99

 K value IS 0.14

RGB Variations

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

Color information

#DC4703 (or 0xDC4703) is known color: Tenne (Tawny). HEX triplet: DC, 47 and 03. RGB value is (220,71,3). Sum of RGB (Red+Green+Blue) = 220+71+3=294 (38% of max value = 765). Red value is 220 (86.33% from 255 or 74.83% from 294); Green value is 71 (28.12% from 255 or 24.15% from 294); Blue value is 3 (1.56% from 255 or 1.02% from 294); Max value from RGB is 220 - color contains mainly: red. Hex color #DC4703 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DC4703 is #23B8FC. Grayscale: #6C6C6C. Windows color (decimal): -2341117 or 215004. OLE color: 215004.

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

Color convert

RGB 220 71 3 -
CMYK 0 0.68 0.99 0.14
HSL 18.8º 0.97% 0.44% -
HSV(B) 18.8º 0.99% 0.86% -
XYZ 31.78 19.73 2.22 -
YUV 107.8 68.86 208.03 -
System Red Green Blue C M Y K H S L
Decimal 220 71 3 0 0.68 0.99 0.14 18.8 0.97 0.44
Hex DC 47 3 0 44 63 E 13 61 2C
Octal 334 107 3 0 104 143 16 23 141 54
Binary 11011100 1000111 11 0 1000100 1100011 1110 10011 1100001 101100

Color Harmonies of #DC4703

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC4703

Black with #DC4703

Text Example


Text Example

White with #DC4703

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC4703; }

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

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

background-color css

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

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

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

border-color css

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

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

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