Html Css Color HEX #D04A04 Tenne (Tawny)

📋 copy color: '#D04A04'

red 208 ◦ green 74 ◦ blue 4

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

Shades of Tenne (Tawny) #D04A04

Tints of Tenne (Tawny) #D04A04

RGB

 RED value IS 208 (81.64% from 255) = 72.73%

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

 BLUE value IS 4 (1.95% from 255) = 1.4%

R = 72.73%
G = 25.87%
B = 1.4%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.98

 K value IS 0.18

RGB Variations

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

Color information

#D04A04 (or 0xD04A04) is known color: Tenne (Tawny). HEX triplet: D0, 4A and 04. RGB value is (208,74,4). Sum of RGB (Red+Green+Blue) = 208+74+4=286 (37% of max value = 765). Red value is 208 (81.64% from 255 or 72.73% from 286); Green value is 74 (29.30% from 255 or 25.87% from 286); Blue value is 4 (1.95% from 255 or 1.40% from 286); Max value from RGB is 208 - color contains mainly: red. Hex color #D04A04 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D04A04 is #2FB5FB. Grayscale: #6A6A6A. Windows color (decimal): -3126780 or 281296. OLE color: 281296.

HSL color Cylindrical-coordinate representation of color #D04A04: hue angle of 20.59º degrees, saturation: 0.96, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #D04A04 is Cyan = 0, Magento = 0.64, Yellow = 0.98 and Black (K on CMYK) = 0.18.

Color convert

RGB 208 74 4 -
CMYK 0 0.64 0.98 0.18
HSL 20.59º 0.96% 0.42% -
HSV(B) 20.59º 0.98% 0.82% -
XYZ 28.48 18.32 2.15 -
YUV 106.09 70.39 200.69 -
System Red Green Blue C M Y K H S L
Decimal 208 74 4 0 0.64 0.98 0.18 20.59 0.96 0.42
Hex D0 4A 4 0 40 62 12 15 60 2A
Octal 320 112 4 0 100 142 22 25 140 52
Binary 11010000 1001010 100 0 1000000 1100010 10010 10101 1100000 101010

Color Harmonies of #D04A04

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D04A04

Black with #D04A04

Text Example


Text Example

White with #D04A04

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D04A04; }

 p { color: rgb(208,74,4); }

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

background-color css

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

 a { background-color: rgb(208,74,4); }

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

border-color css

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

 span { border-color: rgb(208,74,4); }

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