Html Css Color HEX #D34A00 Tenne (Tawny)

📋 copy color: '#D34A00'

red 211 ◦ green 74 ◦ blue 0

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

Shades of Tenne (Tawny) #D34A00

Tints of Tenne (Tawny) #D34A00

RGB

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

 GREEN value IS 74 (29.3% from 255) = 25.96%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 74.04%
G = 25.96%
B = 0%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 1

 K value IS 0.17

RGB Variations

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

Color information

#D34A00 (or 0xD34A00) is known color: Tenne (Tawny). HEX triplet: D3, 4A and 00. RGB value is (211,74,0). Sum of RGB (Red+Green+Blue) = 211+74+0=285 (37% of max value = 765). Red value is 211 (82.81% from 255 or 74.04% from 285); Green value is 74 (29.30% from 255 or 25.96% from 285); Blue value is 0 (0.39% from 255 or 0% from 285); Max value from RGB is 211 - color contains mainly: red. Hex color #D34A00 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D34A00 is #2CB5FF. Grayscale: #6A6A6A. Windows color (decimal): -2930176 or 19155. OLE color: 19155.

HSL color Cylindrical-coordinate representation of color #D34A00: hue angle of 21.04º degrees, saturation: 1, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 1%. Process color model (Four color, CMYK) of #D34A00 is Cyan = 0, Magento = 0.65, Yellow = 1 and Black (K on CMYK) = 0.17.

Color convert

RGB 211 74 0 -
CMYK 0 0.65 1 0.17
HSL 21.04º 1% 0.41% -
HSV(B) 21.04º 1% 0.83% -
XYZ 29.31 18.75 2.07 -
YUV 106.53 67.89 202.52 -
System Red Green Blue C M Y K H S L
Decimal 211 74 0 0 0.65 1 0.17 21.04 1 0.41
Hex D3 4A 0 0 41 64 11 15 64 29
Octal 323 112 0 0 101 144 21 25 144 51
Binary 11010011 1001010 0 0 1000001 1100100 10001 10101 1100100 101001

Color Harmonies of #D34A00

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D34A00

Black with #D34A00

Text Example


Text Example

White with #D34A00

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D34A00; }

 p { color: rgb(211,74,0); }

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

background-color css

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

 a { background-color: rgb(211,74,0); }

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

border-color css

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

 span { border-color: rgb(211,74,0); }

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