Html Css Color HEX #D34905 Tenne (Tawny)

📋 copy color: '#D34905'

red 211 ◦ green 73 ◦ blue 5

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

Shades of Tenne (Tawny) #D34905

Tints of Tenne (Tawny) #D34905

RGB

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

 GREEN value IS 73 (28.91% from 255) = 25.26%

 BLUE value IS 5 (2.34% from 255) = 1.73%

R = 73.01%
G = 25.26%
B = 1.73%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.98

 K value IS 0.17

RGB Variations

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

Color information

#D34905 (or 0xD34905) is known color: Tenne (Tawny). HEX triplet: D3, 49 and 05. RGB value is (211,73,5). Sum of RGB (Red+Green+Blue) = 211+73+5=289 (38% of max value = 765). Red value is 211 (82.81% from 255 or 73.01% from 289); Green value is 73 (28.91% from 255 or 25.26% from 289); Blue value is 5 (2.34% from 255 or 1.73% from 289); Max value from RGB is 211 - color contains mainly: red. Hex color #D34905 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D34905 is #2CB6FA. Grayscale: #6A6A6A. Windows color (decimal): -2930427 or 346579. OLE color: 346579.

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

Color convert

RGB 211 73 5 -
CMYK 0 0.65 0.98 0.17
HSL 19.81º 0.95% 0.42% -
HSV(B) 19.81º 0.98% 0.83% -
XYZ 29.27 18.62 2.2 -
YUV 106.51 70.72 202.53 -
System Red Green Blue C M Y K H S L
Decimal 211 73 5 0 0.65 0.98 0.17 19.81 0.95 0.42
Hex D3 49 5 0 41 62 11 14 5F 2A
Octal 323 111 5 0 101 142 21 24 137 52
Binary 11010011 1001001 101 0 1000001 1100010 10001 10100 1011111 101010

Color Harmonies of #D34905

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D34905

Black with #D34905

Text Example


Text Example

White with #D34905

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D34905; }

 p { color: rgb(211,73,5); }

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

background-color css

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

 a { background-color: rgb(211,73,5); }

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

border-color css

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

 span { border-color: rgb(211,73,5); }

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