Html Css Color HEX #D34703 Tenne (Tawny)

📋 copy color: '#D34703'

red 211 ◦ green 71 ◦ blue 3

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

Shades of Tenne (Tawny) #D34703

Tints of Tenne (Tawny) #D34703

RGB

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

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

 BLUE value IS 3 (1.56% from 255) = 1.05%

R = 74.04%
G = 24.91%
B = 1.05%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.99

 K value IS 0.17

RGB Variations

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

Color information

#D34703 (or 0xD34703) is known color: Tenne (Tawny). HEX triplet: D3, 47 and 03. RGB value is (211,71,3). Sum of RGB (Red+Green+Blue) = 211+71+3=285 (37% of max value = 765). Red value is 211 (82.81% from 255 or 74.04% from 285); Green value is 71 (28.12% from 255 or 24.91% from 285); Blue value is 3 (1.56% from 255 or 1.05% from 285); Max value from RGB is 211 - color contains mainly: red. Hex color #D34703 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D34703 is #2CB8FC. Grayscale: #696969. Windows color (decimal): -2930941 or 214995. OLE color: 214995.

HSL color Cylindrical-coordinate representation of color #D34703: hue angle of 19.62º degrees, saturation: 0.97, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #D34703 is Cyan = 0, Magento = 0.66, Yellow = 0.99 and Black (K on CMYK) = 0.17.

Color convert

RGB 211 71 3 -
CMYK 0 0.66 0.99 0.17
HSL 19.62º 0.97% 0.42% -
HSV(B) 19.62º 0.99% 0.83% -
XYZ 29.13 18.36 2.09 -
YUV 105.11 70.38 203.53 -
System Red Green Blue C M Y K H S L
Decimal 211 71 3 0 0.66 0.99 0.17 19.62 0.97 0.42
Hex D3 47 3 0 42 63 11 14 61 2A
Octal 323 107 3 0 102 143 21 24 141 52
Binary 11010011 1000111 11 0 1000010 1100011 10001 10100 1100001 101010

Color Harmonies of #D34703

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D34703

Black with #D34703

Text Example


Text Example

White with #D34703

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D34703; }

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

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

background-color css

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

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

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

border-color css

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

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

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