Html Css Color HEX #D05714 Tenne (Tawny)

📋 copy color: '#D05714'

red 208 ◦ green 87 ◦ blue 20

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

Shades of Tenne (Tawny) #D05714

Tints of Tenne (Tawny) #D05714

RGB

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

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

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

R = 66.03%
G = 27.62%
B = 6.35%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.90

 K value IS 0.18

RGB Variations

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

Color information

#D05714 (or 0xD05714) is known color: Tenne (Tawny). HEX triplet: D0, 57 and 14. RGB value is (208,87,20). Sum of RGB (Red+Green+Blue) = 208+87+20=315 (41% of max value = 765). Red value is 208 (81.64% from 255 or 66.03% from 315); Green value is 87 (34.38% from 255 or 27.62% from 315); Blue value is 20 (8.20% from 255 or 6.35% from 315); Max value from RGB is 208 - color contains mainly: red. Hex color #D05714 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D05714 is #2FA8EB. Grayscale: #737373. Windows color (decimal): -3123436 or 1333200. OLE color: 1333200.

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

Color convert

RGB 208 87 20 -
CMYK 0 0.58 0.90 0.18
HSL 21.38º 0.82% 0.45% -
HSV(B) 21.38º 0.9% 0.82% -
XYZ 29.55 20.28 3.02 -
YUV 115.54 74.09 193.95 -
System Red Green Blue C M Y K H S L
Decimal 208 87 20 0 0.58 0.90 0.18 21.38 0.82 0.45
Hex D0 57 14 0 3A 5A 12 15 52 2D
Octal 320 127 24 0 72 132 22 25 122 55
Binary 11010000 1010111 10100 0 111010 1011010 10010 10101 1010010 101101

Color Harmonies of #D05714

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D05714

Black with #D05714

Text Example


Text Example

White with #D05714

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D05714; }

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

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

background-color css

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

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

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

border-color css

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

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

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