Html Css Color HEX #D35014 Tenne (Tawny)

📋 copy color: '#D35014'

red 211 ◦ green 80 ◦ blue 20

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

Shades of Tenne (Tawny) #D35014

Tints of Tenne (Tawny) #D35014

RGB

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

 GREEN value IS 80 (31.64% from 255) = 25.72%

 BLUE value IS 20 (8.2% from 255) = 6.43%

R = 67.85%
G = 25.72%
B = 6.43%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.91

 K value IS 0.17

RGB Variations

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

Color information

#D35014 (or 0xD35014) is known color: Tenne (Tawny). HEX triplet: D3, 50 and 14. RGB value is (211,80,20). Sum of RGB (Red+Green+Blue) = 211+80+20=311 (41% of max value = 765). Red value is 211 (82.81% from 255 or 67.85% from 311); Green value is 80 (31.64% from 255 or 25.72% from 311); Blue value is 20 (8.20% from 255 or 6.43% from 311); Max value from RGB is 211 - color contains mainly: red. Hex color #D35014 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D35014 is #2CAFEB. Grayscale: #707070. Windows color (decimal): -2928620 or 1331411. OLE color: 1331411.

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

Color convert

RGB 211 80 20 -
CMYK 0 0.62 0.91 0.17
HSL 18.85º 0.83% 0.45% -
HSV(B) 18.85º 0.91% 0.83% -
XYZ 29.86 19.64 2.88 -
YUV 112.33 75.9 198.38 -
System Red Green Blue C M Y K H S L
Decimal 211 80 20 0 0.62 0.91 0.17 18.85 0.83 0.45
Hex D3 50 14 0 3E 5B 11 13 53 2D
Octal 323 120 24 0 76 133 21 23 123 55
Binary 11010011 1010000 10100 0 111110 1011011 10001 10011 1010011 101101

Color Harmonies of #D35014

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D35014

Black with #D35014

Text Example


Text Example

White with #D35014

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D35014; }

 p { color: rgb(211,80,20); }

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

background-color css

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

 a { background-color: rgb(211,80,20); }

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

border-color css

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

 span { border-color: rgb(211,80,20); }

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