Html Css Color HEX #D65015 Tenne (Tawny)

📋 copy color: '#D65015'

red 214 ◦ green 80 ◦ blue 21

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

Shades of Tenne (Tawny) #D65015

Tints of Tenne (Tawny) #D65015

RGB

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

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

 BLUE value IS 21 (8.59% from 255) = 6.67%

R = 67.94%
G = 25.4%
B = 6.67%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.90

 K value IS 0.16

RGB Variations

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

Color information

#D65015 (or 0xD65015) is known color: Tenne (Tawny). HEX triplet: D6, 50 and 15. RGB value is (214,80,21). Sum of RGB (Red+Green+Blue) = 214+80+21=315 (41% of max value = 765). Red value is 214 (83.98% from 255 or 67.94% from 315); Green value is 80 (31.64% from 255 or 25.40% from 315); Blue value is 21 (8.59% from 255 or 6.67% from 315); Max value from RGB is 214 - color contains mainly: red. Hex color #D65015 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D65015 is #29AFEA. Grayscale: #717171. Windows color (decimal): -2732011 or 1396950. OLE color: 1396950.

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

Color convert

RGB 214 80 21 -
CMYK 0 0.63 0.90 0.16
HSL 18.34º 0.82% 0.46% -
HSV(B) 18.34º 0.9% 0.84% -
XYZ 30.74 20.09 2.97 -
YUV 113.34 75.89 199.8 -
System Red Green Blue C M Y K H S L
Decimal 214 80 21 0 0.63 0.90 0.16 18.34 0.82 0.46
Hex D6 50 15 0 3F 5A 10 12 52 2E
Octal 326 120 25 0 77 132 20 22 122 56
Binary 11010110 1010000 10101 0 111111 1011010 10000 10010 1010010 101110

Color Harmonies of #D65015

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D65015

Black with #D65015

Text Example


Text Example

White with #D65015

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D65015; }

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

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

background-color css

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

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

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

border-color css

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

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

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