Html Css Color HEX #D34F04 Tenne (Tawny)

📋 copy color: '#D34F04'

red 211 ◦ green 79 ◦ blue 4

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

Shades of Tenne (Tawny) #D34F04

Tints of Tenne (Tawny) #D34F04

RGB

 RED value IS 211 (82.81% from 255) = 71.77%

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

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

R = 71.77%
G = 26.87%
B = 1.36%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.98

 K value IS 0.17

RGB Variations

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

Color information

#D34F04 (or 0xD34F04) is known color: Tenne (Tawny). HEX triplet: D3, 4F and 04. RGB value is (211,79,4). Sum of RGB (Red+Green+Blue) = 211+79+4=294 (38% of max value = 765). Red value is 211 (82.81% from 255 or 71.77% from 294); Green value is 79 (31.25% from 255 or 26.87% from 294); Blue value is 4 (1.95% from 255 or 1.36% from 294); Max value from RGB is 211 - color contains mainly: red. Hex color #D34F04 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D34F04 is #2CB0FB. Grayscale: #6E6E6E. Windows color (decimal): -2928892 or 282579. OLE color: 282579.

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

Color convert

RGB 211 79 4 -
CMYK 0 0.63 0.98 0.17
HSL 21.74º 0.96% 0.42% -
HSV(B) 21.74º 0.98% 0.83% -
XYZ 29.68 19.45 2.3 -
YUV 109.92 68.23 200.1 -
System Red Green Blue C M Y K H S L
Decimal 211 79 4 0 0.63 0.98 0.17 21.74 0.96 0.42
Hex D3 4F 4 0 3F 62 11 16 60 2A
Octal 323 117 4 0 77 142 21 26 140 52
Binary 11010011 1001111 100 0 111111 1100010 10001 10110 1100000 101010

Color Harmonies of #D34F04

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D34F04

Black with #D34F04

Text Example


Text Example

White with #D34F04

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D34F04; }

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

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

background-color css

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

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

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

border-color css

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

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

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