Html Css Color HEX #D34705 Tenne (Tawny)

📋 copy color: '#D34705'

red 211 ◦ green 71 ◦ blue 5

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

Shades of Tenne (Tawny) #D34705

Tints of Tenne (Tawny) #D34705

RGB

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

 GREEN value IS 71 (28.13% from 255) = 24.74%

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

R = 73.52%
G = 24.74%
B = 1.74%

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

#D34705 (or 0xD34705) is known color: Tenne (Tawny). HEX triplet: D3, 47 and 05. RGB value is (211,71,5). Sum of RGB (Red+Green+Blue) = 211+71+5=287 (38% of max value = 765). Red value is 211 (82.81% from 255 or 73.52% from 287); Green value is 71 (28.12% from 255 or 24.74% from 287); Blue value is 5 (2.34% from 255 or 1.74% from 287); Max value from RGB is 211 - color contains mainly: red. Hex color #D34705 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D34705 is #2CB8FA. Grayscale: #696969. Windows color (decimal): -2930939 or 346067. OLE color: 346067.

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

Color convert

RGB 211 71 5 -
CMYK 0 0.66 0.98 0.17
HSL 19.22º 0.95% 0.42% -
HSV(B) 19.22º 0.98% 0.83% -
XYZ 29.14 18.37 2.15 -
YUV 105.34 71.38 203.37 -
System Red Green Blue C M Y K H S L
Decimal 211 71 5 0 0.66 0.98 0.17 19.22 0.95 0.42
Hex D3 47 5 0 42 62 11 13 5F 2A
Octal 323 107 5 0 102 142 21 23 137 52
Binary 11010011 1000111 101 0 1000010 1100010 10001 10011 1011111 101010

Color Harmonies of #D34705

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D34705

Black with #D34705

Text Example


Text Example

White with #D34705

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D34705; }

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

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

background-color css

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

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

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

border-color css

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

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

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