Html Css Color HEX #D05613 Tenne (Tawny)

📋 copy color: '#D05613'

red 208 ◦ green 86 ◦ blue 19

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

Shades of Tenne (Tawny) #D05613

Tints of Tenne (Tawny) #D05613

RGB

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

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

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

R = 66.45%
G = 27.48%
B = 6.07%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.91

 K value IS 0.18

RGB Variations

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

Color information

#D05613 (or 0xD05613) is known color: Tenne (Tawny). HEX triplet: D0, 56 and 13. RGB value is (208,86,19). Sum of RGB (Red+Green+Blue) = 208+86+19=313 (41% of max value = 765). Red value is 208 (81.64% from 255 or 66.45% from 313); Green value is 86 (33.98% from 255 or 27.48% from 313); Blue value is 19 (7.81% from 255 or 6.07% from 313); Max value from RGB is 208 - color contains mainly: red. Hex color #D05613 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D05613 is #2FA9EC. Grayscale: #737373. Windows color (decimal): -3123693 or 1267408. OLE color: 1267408.

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

Color convert

RGB 208 86 19 -
CMYK 0 0.59 0.91 0.18
HSL 21.27º 0.83% 0.45% -
HSV(B) 21.27º 0.91% 0.82% -
XYZ 29.46 20.11 2.95 -
YUV 114.84 73.92 194.45 -
System Red Green Blue C M Y K H S L
Decimal 208 86 19 0 0.59 0.91 0.18 21.27 0.83 0.45
Hex D0 56 13 0 3B 5B 12 15 53 2D
Octal 320 126 23 0 73 133 22 25 123 55
Binary 11010000 1010110 10011 0 111011 1011011 10010 10101 1010011 101101

Color Harmonies of #D05613

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D05613

Black with #D05613

Text Example


Text Example

White with #D05613

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D05613; }

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

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

background-color css

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

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

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

border-color css

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

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

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