Html Css Color HEX #D35316 Tenne (Tawny)

📋 copy color: '#D35316'

red 211 ◦ green 83 ◦ blue 22

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

Shades of Tenne (Tawny) #D35316

Tints of Tenne (Tawny) #D35316

RGB

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

 GREEN value IS 83 (32.81% from 255) = 26.27%

 BLUE value IS 22 (8.98% from 255) = 6.96%

R = 66.77%
G = 26.27%
B = 6.96%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.90

 K value IS 0.17

RGB Variations

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

Color information

#D35316 (or 0xD35316) is known color: Tenne (Tawny). HEX triplet: D3, 53 and 16. RGB value is (211,83,22). Sum of RGB (Red+Green+Blue) = 211+83+22=316 (41% of max value = 765). Red value is 211 (82.81% from 255 or 66.77% from 316); Green value is 83 (32.81% from 255 or 26.27% from 316); Blue value is 22 (8.98% from 255 or 6.96% from 316); Max value from RGB is 211 - color contains mainly: red. Hex color #D35316 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D35316 is #2CACE9. Grayscale: #727272. Windows color (decimal): -2927850 or 1463251. OLE color: 1463251.

HSL color Cylindrical-coordinate representation of color #D35316: hue angle of 19.37º degrees, saturation: 0.81, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #D35316 is Cyan = 0, Magento = 0.61, Yellow = 0.90 and Black (K on CMYK) = 0.17.

Color convert

RGB 211 83 22 -
CMYK 0 0.61 0.90 0.17
HSL 19.37º 0.81% 0.46% -
HSV(B) 19.37º 0.9% 0.83% -
XYZ 30.1 20.09 3.05 -
YUV 114.32 75.91 196.96 -
System Red Green Blue C M Y K H S L
Decimal 211 83 22 0 0.61 0.90 0.17 19.37 0.81 0.46
Hex D3 53 16 0 3D 5A 11 13 51 2E
Octal 323 123 26 0 75 132 21 23 121 56
Binary 11010011 1010011 10110 0 111101 1011010 10001 10011 1010001 101110

Color Harmonies of #D35316

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D35316

Black with #D35316

Text Example


Text Example

White with #D35316

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D35316; }

 p { color: rgb(211,83,22); }

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

background-color css

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

 a { background-color: rgb(211,83,22); }

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

border-color css

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

 span { border-color: rgb(211,83,22); }

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