Html Css Color HEX #D35614 Tenne (Tawny)

📋 copy color: '#D35614'

red 211 ◦ green 86 ◦ blue 20

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

Shades of Tenne (Tawny) #D35614

Tints of Tenne (Tawny) #D35614

RGB

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

 GREEN value IS 86 (33.98% from 255) = 27.13%

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

R = 66.56%
G = 27.13%
B = 6.31%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.91

 K value IS 0.17

RGB Variations

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

Color information

#D35614 (or 0xD35614) is known color: Tenne (Tawny). HEX triplet: D3, 56 and 14. RGB value is (211,86,20). Sum of RGB (Red+Green+Blue) = 211+86+20=317 (41% of max value = 765). Red value is 211 (82.81% from 255 or 66.56% from 317); Green value is 86 (33.98% from 255 or 27.13% from 317); Blue value is 20 (8.20% from 255 or 6.31% from 317); Max value from RGB is 211 - color contains mainly: red. Hex color #D35614 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D35614 is #2CA9EB. Grayscale: #747474. Windows color (decimal): -2927084 or 1332947. OLE color: 1332947.

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

Color convert

RGB 211 86 20 -
CMYK 0 0.59 0.91 0.17
HSL 20.73º 0.83% 0.45% -
HSV(B) 20.73º 0.91% 0.83% -
XYZ 30.32 20.55 3.03 -
YUV 115.85 73.91 195.87 -
System Red Green Blue C M Y K H S L
Decimal 211 86 20 0 0.59 0.91 0.17 20.73 0.83 0.45
Hex D3 56 14 0 3B 5B 11 15 53 2D
Octal 323 126 24 0 73 133 21 25 123 55
Binary 11010011 1010110 10100 0 111011 1011011 10001 10101 1010011 101101

Color Harmonies of #D35614

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D35614

Black with #D35614

Text Example


Text Example

White with #D35614

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D35614; }

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

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

background-color css

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

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

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

border-color css

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

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

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