Html Css Color HEX #D05614 Tenne (Tawny)

📋 copy color: '#D05614'

red 208 ◦ green 86 ◦ blue 20

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

Shades of Tenne (Tawny) #D05614

Tints of Tenne (Tawny) #D05614

RGB

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

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

 BLUE value IS 20 (8.2% from 255) = 6.37%

R = 66.24%
G = 27.39%
B = 6.37%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.90

 K value IS 0.18

RGB Variations

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

Color information

#D05614 (or 0xD05614) is known color: Tenne (Tawny). HEX triplet: D0, 56 and 14. RGB value is (208,86,20). Sum of RGB (Red+Green+Blue) = 208+86+20=314 (41% of max value = 765). Red value is 208 (81.64% from 255 or 66.24% from 314); Green value is 86 (33.98% from 255 or 27.39% from 314); Blue value is 20 (8.20% from 255 or 6.37% from 314); Max value from RGB is 208 - color contains mainly: red. Hex color #D05614 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D05614 is #2FA9EB. Grayscale: #737373. Windows color (decimal): -3123692 or 1332944. OLE color: 1332944.

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

Color convert

RGB 208 86 20 -
CMYK 0 0.59 0.90 0.18
HSL 21.06º 0.82% 0.45% -
HSV(B) 21.06º 0.9% 0.82% -
XYZ 29.47 20.12 2.99 -
YUV 114.95 74.42 194.37 -
System Red Green Blue C M Y K H S L
Decimal 208 86 20 0 0.59 0.90 0.18 21.06 0.82 0.45
Hex D0 56 14 0 3B 5A 12 15 52 2D
Octal 320 126 24 0 73 132 22 25 122 55
Binary 11010000 1010110 10100 0 111011 1011010 10010 10101 1010010 101101

Color Harmonies of #D05614

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D05614

Black with #D05614

Text Example


Text Example

White with #D05614

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D05614; }

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

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

background-color css

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

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

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

border-color css

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

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

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