Html Css Color HEX #D34605 Tenne (Tawny)

📋 copy color: '#D34605'

red 211 ◦ green 70 ◦ blue 5

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

Shades of Tenne (Tawny) #D34605

Tints of Tenne (Tawny) #D34605

RGB

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

 GREEN value IS 70 (27.73% from 255) = 24.48%

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

R = 73.78%
G = 24.48%
B = 1.75%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.98

 K value IS 0.17

RGB Variations

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

Color information

#D34605 (or 0xD34605) is known color: Tenne (Tawny). HEX triplet: D3, 46 and 05. RGB value is (211,70,5). Sum of RGB (Red+Green+Blue) = 211+70+5=286 (37% of max value = 765). Red value is 211 (82.81% from 255 or 73.78% from 286); Green value is 70 (27.73% from 255 or 24.48% from 286); Blue value is 5 (2.34% from 255 or 1.75% from 286); Max value from RGB is 211 - color contains mainly: red. Hex color #D34605 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D34605 is #2CB9FA. Grayscale: #696969. Windows color (decimal): -2931195 or 345811. OLE color: 345811.

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

Color convert

RGB 211 70 5 -
CMYK 0 0.67 0.98 0.17
HSL 18.93º 0.95% 0.42% -
HSV(B) 18.93º 0.98% 0.83% -
XYZ 29.08 18.24 2.13 -
YUV 104.75 71.71 203.79 -
System Red Green Blue C M Y K H S L
Decimal 211 70 5 0 0.67 0.98 0.17 18.93 0.95 0.42
Hex D3 46 5 0 43 62 11 13 5F 2A
Octal 323 106 5 0 103 142 21 23 137 52
Binary 11010011 1000110 101 0 1000011 1100010 10001 10011 1011111 101010

Color Harmonies of #D34605

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D34605

Black with #D34605

Text Example


Text Example

White with #D34605

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D34605; }

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

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

background-color css

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

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

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

border-color css

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

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

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