Html Css Color HEX #D34D04 Tenne (Tawny)

📋 copy color: '#D34D04'

red 211 ◦ green 77 ◦ blue 4

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

Shades of Tenne (Tawny) #D34D04

Tints of Tenne (Tawny) #D34D04

RGB

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

 GREEN value IS 77 (30.47% from 255) = 26.37%

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

R = 72.26%
G = 26.37%
B = 1.37%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.98

 K value IS 0.17

RGB Variations

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

Color information

#D34D04 (or 0xD34D04) is known color: Tenne (Tawny). HEX triplet: D3, 4D and 04. RGB value is (211,77,4). Sum of RGB (Red+Green+Blue) = 211+77+4=292 (38% of max value = 765). Red value is 211 (82.81% from 255 or 72.26% from 292); Green value is 77 (30.47% from 255 or 26.37% from 292); Blue value is 4 (1.95% from 255 or 1.37% from 292); Max value from RGB is 211 - color contains mainly: red. Hex color #D34D04 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D34D04 is #2CB2FB. Grayscale: #6D6D6D. Windows color (decimal): -2929404 or 282067. OLE color: 282067.

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

Color convert

RGB 211 77 4 -
CMYK 0 0.64 0.98 0.17
HSL 21.16º 0.96% 0.42% -
HSV(B) 21.16º 0.98% 0.83% -
XYZ 29.54 19.17 2.26 -
YUV 108.74 68.89 200.94 -
System Red Green Blue C M Y K H S L
Decimal 211 77 4 0 0.64 0.98 0.17 21.16 0.96 0.42
Hex D3 4D 4 0 40 62 11 15 60 2A
Octal 323 115 4 0 100 142 21 25 140 52
Binary 11010011 1001101 100 0 1000000 1100010 10001 10101 1100000 101010

Color Harmonies of #D34D04

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D34D04

Black with #D34D04

Text Example


Text Example

White with #D34D04

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D34D04; }

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

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

background-color css

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

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

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

border-color css

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

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

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