Html Css Color HEX #D35513 Tenne (Tawny)

📋 copy color: '#D35513'

red 211 ◦ green 85 ◦ blue 19

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

Shades of Tenne (Tawny) #D35513

Tints of Tenne (Tawny) #D35513

RGB

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

 GREEN value IS 85 (33.59% from 255) = 26.98%

 BLUE value IS 19 (7.81% from 255) = 6.03%

R = 66.98%
G = 26.98%
B = 6.03%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.91

 K value IS 0.17

RGB Variations

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

Color information

#D35513 (or 0xD35513) is known color: Tenne (Tawny). HEX triplet: D3, 55 and 13. RGB value is (211,85,19). Sum of RGB (Red+Green+Blue) = 211+85+19=315 (41% of max value = 765). Red value is 211 (82.81% from 255 or 66.98% from 315); Green value is 85 (33.59% from 255 or 26.98% from 315); Blue value is 19 (7.81% from 255 or 6.03% from 315); Max value from RGB is 211 - color contains mainly: red. Hex color #D35513 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D35513 is #2CAAEC. Grayscale: #737373. Windows color (decimal): -2927341 or 1267155. OLE color: 1267155.

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

Color convert

RGB 211 85 19 -
CMYK 0 0.60 0.91 0.17
HSL 20.63º 0.83% 0.45% -
HSV(B) 20.63º 0.91% 0.83% -
XYZ 30.23 20.39 2.96 -
YUV 115.15 73.74 196.37 -
System Red Green Blue C M Y K H S L
Decimal 211 85 19 0 0.60 0.91 0.17 20.63 0.83 0.45
Hex D3 55 13 0 3C 5B 11 15 53 2D
Octal 323 125 23 0 74 133 21 25 123 55
Binary 11010011 1010101 10011 0 111100 1011011 10001 10101 1010011 101101

Color Harmonies of #D35513

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D35513

Black with #D35513

Text Example


Text Example

White with #D35513

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D35513; }

 p { color: rgb(211,85,19); }

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

background-color css

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

 a { background-color: rgb(211,85,19); }

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

border-color css

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

 span { border-color: rgb(211,85,19); }

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