Html Css Color HEX #D05713 Tenne (Tawny)

📋 copy color: '#D05713'

red 208 ◦ green 87 ◦ blue 19

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

Shades of Tenne (Tawny) #D05713

Tints of Tenne (Tawny) #D05713

RGB

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

 GREEN value IS 87 (34.38% from 255) = 27.71%

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

R = 66.24%
G = 27.71%
B = 6.05%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.91

 K value IS 0.18

RGB Variations

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

Color information

#D05713 (or 0xD05713) is known color: Tenne (Tawny). HEX triplet: D0, 57 and 13. RGB value is (208,87,19). Sum of RGB (Red+Green+Blue) = 208+87+19=314 (41% of max value = 765). Red value is 208 (81.64% from 255 or 66.24% from 314); Green value is 87 (34.38% from 255 or 27.71% from 314); Blue value is 19 (7.81% from 255 or 6.05% from 314); Max value from RGB is 208 - color contains mainly: red. Hex color #D05713 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D05713 is #2FA8EC. Grayscale: #737373. Windows color (decimal): -3123437 or 1267664. OLE color: 1267664.

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

Color convert

RGB 208 87 19 -
CMYK 0 0.58 0.91 0.18
HSL 21.59º 0.83% 0.45% -
HSV(B) 21.59º 0.91% 0.82% -
XYZ 29.54 20.27 2.97 -
YUV 115.43 73.59 194.03 -
System Red Green Blue C M Y K H S L
Decimal 208 87 19 0 0.58 0.91 0.18 21.59 0.83 0.45
Hex D0 57 13 0 3A 5B 12 16 53 2D
Octal 320 127 23 0 72 133 22 26 123 55
Binary 11010000 1010111 10011 0 111010 1011011 10010 10110 1010011 101101

Color Harmonies of #D05713

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D05713

Black with #D05713

Text Example


Text Example

White with #D05713

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D05713; }

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

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

background-color css

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

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

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

border-color css

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

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

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