Html Css Color HEX #D34804 Tenne (Tawny)

📋 copy color: '#D34804'

red 211 ◦ green 72 ◦ blue 4

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

Shades of Tenne (Tawny) #D34804

Tints of Tenne (Tawny) #D34804

RGB

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

 GREEN value IS 72 (28.52% from 255) = 25.09%

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

R = 73.52%
G = 25.09%
B = 1.39%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.98

 K value IS 0.17

RGB Variations

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

Color information

#D34804 (or 0xD34804) is known color: Tenne (Tawny). HEX triplet: D3, 48 and 04. RGB value is (211,72,4). Sum of RGB (Red+Green+Blue) = 211+72+4=287 (38% of max value = 765). Red value is 211 (82.81% from 255 or 73.52% from 287); Green value is 72 (28.52% from 255 or 25.09% from 287); Blue value is 4 (1.95% from 255 or 1.39% from 287); Max value from RGB is 211 - color contains mainly: red. Hex color #D34804 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D34804 is #2CB7FB. Grayscale: #6A6A6A. Windows color (decimal): -2930684 or 280787. OLE color: 280787.

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

Color convert

RGB 211 72 4 -
CMYK 0 0.66 0.98 0.17
HSL 19.71º 0.96% 0.42% -
HSV(B) 19.71º 0.98% 0.83% -
XYZ 29.2 18.49 2.15 -
YUV 105.81 70.55 203.03 -
System Red Green Blue C M Y K H S L
Decimal 211 72 4 0 0.66 0.98 0.17 19.71 0.96 0.42
Hex D3 48 4 0 42 62 11 14 60 2A
Octal 323 110 4 0 102 142 21 24 140 52
Binary 11010011 1001000 100 0 1000010 1100010 10001 10100 1100000 101010

Color Harmonies of #D34804

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D34804

Black with #D34804

Text Example


Text Example

White with #D34804

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D34804; }

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

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

background-color css

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

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

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

border-color css

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

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

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