Html Css Color HEX #D05913 Tenne (Tawny)

📋 copy color: '#D05913'

red 208 ◦ green 89 ◦ blue 19

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

Shades of Tenne (Tawny) #D05913

Tints of Tenne (Tawny) #D05913

RGB

 RED value IS 208 (81.64% from 255) = 65.82%

 GREEN value IS 89 (35.16% from 255) = 28.16%

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

R = 65.82%
G = 28.16%
B = 6.01%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.91

 K value IS 0.18

RGB Variations

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

Color information

#D05913 (or 0xD05913) is known color: Tenne (Tawny). HEX triplet: D0, 59 and 13. RGB value is (208,89,19). Sum of RGB (Red+Green+Blue) = 208+89+19=316 (41% of max value = 765). Red value is 208 (81.64% from 255 or 65.82% from 316); Green value is 89 (35.16% from 255 or 28.16% from 316); Blue value is 19 (7.81% from 255 or 6.01% from 316); Max value from RGB is 208 - color contains mainly: red. Hex color #D05913 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D05913 is #2FA6EC. Grayscale: #757575. Windows color (decimal): -3122925 or 1268176. OLE color: 1268176.

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

Color convert

RGB 208 89 19 -
CMYK 0 0.57 0.91 0.18
HSL 22.22º 0.83% 0.45% -
HSV(B) 22.22º 0.91% 0.82% -
XYZ 29.7 20.6 3.03 -
YUV 116.6 72.92 193.19 -
System Red Green Blue C M Y K H S L
Decimal 208 89 19 0 0.57 0.91 0.18 22.22 0.83 0.45
Hex D0 59 13 0 39 5B 12 16 53 2D
Octal 320 131 23 0 71 133 22 26 123 55
Binary 11010000 1011001 10011 0 111001 1011011 10010 10110 1010011 101101

Color Harmonies of #D05913

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D05913

Black with #D05913

Text Example


Text Example

White with #D05913

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D05913; }

 p { color: rgb(208,89,19); }

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

background-color css

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

 a { background-color: rgb(208,89,19); }

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

border-color css

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

 span { border-color: rgb(208,89,19); }

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