Html Css Color HEX #D35214 Tenne (Tawny)

📋 copy color: '#D35214'

red 211 ◦ green 82 ◦ blue 20

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

Shades of Tenne (Tawny) #D35214

Tints of Tenne (Tawny) #D35214

RGB

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

 GREEN value IS 82 (32.42% from 255) = 26.2%

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

R = 67.41%
G = 26.2%
B = 6.39%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.91

 K value IS 0.17

RGB Variations

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

Color information

#D35214 (or 0xD35214) is known color: Tenne (Tawny). HEX triplet: D3, 52 and 14. RGB value is (211,82,20). Sum of RGB (Red+Green+Blue) = 211+82+20=313 (41% of max value = 765). Red value is 211 (82.81% from 255 or 67.41% from 313); Green value is 82 (32.42% from 255 or 26.20% from 313); Blue value is 20 (8.20% from 255 or 6.39% from 313); Max value from RGB is 211 - color contains mainly: red. Hex color #D35214 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D35214 is #2CADEB. Grayscale: #717171. Windows color (decimal): -2928108 or 1331923. OLE color: 1331923.

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

Color convert

RGB 211 82 20 -
CMYK 0 0.61 0.91 0.17
HSL 19.48º 0.83% 0.45% -
HSV(B) 19.48º 0.91% 0.83% -
XYZ 30.01 19.93 2.93 -
YUV 113.5 75.24 197.54 -
System Red Green Blue C M Y K H S L
Decimal 211 82 20 0 0.61 0.91 0.17 19.48 0.83 0.45
Hex D3 52 14 0 3D 5B 11 13 53 2D
Octal 323 122 24 0 75 133 21 23 123 55
Binary 11010011 1010010 10100 0 111101 1011011 10001 10011 1010011 101101

Color Harmonies of #D35214

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D35214

Black with #D35214

Text Example


Text Example

White with #D35214

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D35214; }

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

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

background-color css

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

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

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

border-color css

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

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

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