Html Css Color HEX #DC4A03 Tenne (Tawny)

📋 copy color: '#DC4A03'

red 220 ◦ green 74 ◦ blue 3

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

Shades of Tenne (Tawny) #DC4A03

Tints of Tenne (Tawny) #DC4A03

RGB

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

 GREEN value IS 74 (29.3% from 255) = 24.92%

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

R = 74.07%
G = 24.92%
B = 1.01%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.99

 K value IS 0.14

RGB Variations

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

Color information

#DC4A03 (or 0xDC4A03) is known color: Tenne (Tawny). HEX triplet: DC, 4A and 03. RGB value is (220,74,3). Sum of RGB (Red+Green+Blue) = 220+74+3=297 (39% of max value = 765). Red value is 220 (86.33% from 255 or 74.07% from 297); Green value is 74 (29.30% from 255 or 24.92% from 297); Blue value is 3 (1.56% from 255 or 1.01% from 297); Max value from RGB is 220 - color contains mainly: red. Hex color #DC4A03 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DC4A03 is #23B5FC. Grayscale: #6D6D6D. Windows color (decimal): -2340349 or 215772. OLE color: 215772.

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

Color convert

RGB 220 74 3 -
CMYK 0 0.66 0.99 0.14
HSL 19.63º 0.97% 0.44% -
HSV(B) 19.63º 0.99% 0.86% -
XYZ 31.98 20.12 2.28 -
YUV 109.56 67.87 206.77 -
System Red Green Blue C M Y K H S L
Decimal 220 74 3 0 0.66 0.99 0.14 19.63 0.97 0.44
Hex DC 4A 3 0 42 63 E 14 61 2C
Octal 334 112 3 0 102 143 16 24 141 54
Binary 11011100 1001010 11 0 1000010 1100011 1110 10100 1100001 101100

Color Harmonies of #DC4A03

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC4A03

Black with #DC4A03

Text Example


Text Example

White with #DC4A03

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC4A03; }

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

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

background-color css

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

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

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

border-color css

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

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

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