Html Css Color HEX #D65013 Tenne (Tawny)

📋 copy color: '#D65013'

red 214 ◦ green 80 ◦ blue 19

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

Shades of Tenne (Tawny) #D65013

Tints of Tenne (Tawny) #D65013

RGB

 RED value IS 214 (83.98% from 255) = 68.37%

 GREEN value IS 80 (31.64% from 255) = 25.56%

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

R = 68.37%
G = 25.56%
B = 6.07%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.91

 K value IS 0.16

RGB Variations

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

Color information

#D65013 (or 0xD65013) is known color: Tenne (Tawny). HEX triplet: D6, 50 and 13. RGB value is (214,80,19). Sum of RGB (Red+Green+Blue) = 214+80+19=313 (41% of max value = 765). Red value is 214 (83.98% from 255 or 68.37% from 313); Green value is 80 (31.64% from 255 or 25.56% from 313); Blue value is 19 (7.81% from 255 or 6.07% from 313); Max value from RGB is 214 - color contains mainly: red. Hex color #D65013 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D65013 is #29AFEC. Grayscale: #717171. Windows color (decimal): -2732013 or 1265878. OLE color: 1265878.

HSL color Cylindrical-coordinate representation of color #D65013: hue angle of 18.77º degrees, saturation: 0.84, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #D65013 is Cyan = 0, Magento = 0.63, Yellow = 0.91 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 80 19 -
CMYK 0 0.63 0.91 0.16
HSL 18.77º 0.84% 0.46% -
HSV(B) 18.77º 0.91% 0.84% -
XYZ 30.72 20.08 2.87 -
YUV 113.11 74.89 199.96 -
System Red Green Blue C M Y K H S L
Decimal 214 80 19 0 0.63 0.91 0.16 18.77 0.84 0.46
Hex D6 50 13 0 3F 5B 10 13 54 2E
Octal 326 120 23 0 77 133 20 23 124 56
Binary 11010110 1010000 10011 0 111111 1011011 10000 10011 1010100 101110

Color Harmonies of #D65013

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D65013

Black with #D65013

Text Example


Text Example

White with #D65013

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D65013; }

 p { color: rgb(214,80,19); }

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

background-color css

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

 a { background-color: rgb(214,80,19); }

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

border-color css

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

 span { border-color: rgb(214,80,19); }

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