Html Css Color HEX #D05313 Tenne (Tawny)

📋 copy color: '#D05313'

red 208 ◦ green 83 ◦ blue 19

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

Shades of Tenne (Tawny) #D05313

Tints of Tenne (Tawny) #D05313

RGB

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

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

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

R = 67.1%
G = 26.77%
B = 6.13%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.91

 K value IS 0.18

RGB Variations

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

Color information

#D05313 (or 0xD05313) is known color: Tenne (Tawny). HEX triplet: D0, 53 and 13. RGB value is (208,83,19). Sum of RGB (Red+Green+Blue) = 208+83+19=310 (41% of max value = 765). Red value is 208 (81.64% from 255 or 67.10% from 310); Green value is 83 (32.81% from 255 or 26.77% from 310); Blue value is 19 (7.81% from 255 or 6.13% from 310); Max value from RGB is 208 - color contains mainly: red. Hex color #D05313 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D05313 is #2FACEC. Grayscale: #717171. Windows color (decimal): -3124461 or 1266640. OLE color: 1266640.

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

Color convert

RGB 208 83 19 -
CMYK 0 0.60 0.91 0.18
HSL 20.32º 0.83% 0.45% -
HSV(B) 20.32º 0.91% 0.82% -
XYZ 29.22 19.64 2.87 -
YUV 113.08 74.91 195.7 -
System Red Green Blue C M Y K H S L
Decimal 208 83 19 0 0.60 0.91 0.18 20.32 0.83 0.45
Hex D0 53 13 0 3C 5B 12 14 53 2D
Octal 320 123 23 0 74 133 22 24 123 55
Binary 11010000 1010011 10011 0 111100 1011011 10010 10100 1010011 101101

Color Harmonies of #D05313

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D05313

Black with #D05313

Text Example


Text Example

White with #D05313

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D05313; }

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

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

background-color css

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

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

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

border-color css

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

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

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