Html Css Color HEX #D04F04 Tenne (Tawny)

📋 copy color: '#D04F04'

red 208 ◦ green 79 ◦ blue 4

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

Shades of Tenne (Tawny) #D04F04

Tints of Tenne (Tawny) #D04F04

RGB

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

 GREEN value IS 79 (31.25% from 255) = 27.15%

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

R = 71.48%
G = 27.15%
B = 1.37%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.98

 K value IS 0.18

RGB Variations

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

Color information

#D04F04 (or 0xD04F04) is known color: Tenne (Tawny). HEX triplet: D0, 4F and 04. RGB value is (208,79,4). Sum of RGB (Red+Green+Blue) = 208+79+4=291 (38% of max value = 765). Red value is 208 (81.64% from 255 or 71.48% from 291); Green value is 79 (31.25% from 255 or 27.15% from 291); Blue value is 4 (1.95% from 255 or 1.37% from 291); Max value from RGB is 208 - color contains mainly: red. Hex color #D04F04 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D04F04 is #2FB0FB. Grayscale: #6D6D6D. Windows color (decimal): -3125500 or 282576. OLE color: 282576.

HSL color Cylindrical-coordinate representation of color #D04F04: hue angle of 22.06º 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 #D04F04 is Cyan = 0, Magento = 0.62, Yellow = 0.98 and Black (K on CMYK) = 0.18.

Color convert

RGB 208 79 4 -
CMYK 0 0.62 0.98 0.18
HSL 22.06º 0.96% 0.42% -
HSV(B) 22.06º 0.98% 0.82% -
XYZ 28.83 19.01 2.26 -
YUV 109.02 68.74 198.6 -
System Red Green Blue C M Y K H S L
Decimal 208 79 4 0 0.62 0.98 0.18 22.06 0.96 0.42
Hex D0 4F 4 0 3E 62 12 16 60 2A
Octal 320 117 4 0 76 142 22 26 140 52
Binary 11010000 1001111 100 0 111110 1100010 10010 10110 1100000 101010

Color Harmonies of #D04F04

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D04F04

Black with #D04F04

Text Example


Text Example

White with #D04F04

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D04F04; }

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

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

background-color css

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

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

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

border-color css

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

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

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