Html Css Color HEX #D65315 Tenne (Tawny)

📋 copy color: '#D65315'

red 214 ◦ green 83 ◦ blue 21

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

Shades of Tenne (Tawny) #D65315

Tints of Tenne (Tawny) #D65315

RGB

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

 GREEN value IS 83 (32.81% from 255) = 26.1%

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

R = 67.3%
G = 26.1%
B = 6.6%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.90

 K value IS 0.16

RGB Variations

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

Color information

#D65315 (or 0xD65315) is known color: Tenne (Tawny). HEX triplet: D6, 53 and 15. RGB value is (214,83,21). Sum of RGB (Red+Green+Blue) = 214+83+21=318 (42% of max value = 765). Red value is 214 (83.98% from 255 or 67.30% from 318); Green value is 83 (32.81% from 255 or 26.10% from 318); Blue value is 21 (8.59% from 255 or 6.60% from 318); Max value from RGB is 214 - color contains mainly: red. Hex color #D65315 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D65315 is #29ACEA. Grayscale: #737373. Windows color (decimal): -2731243 or 1397718. OLE color: 1397718.

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

Color convert

RGB 214 83 21 -
CMYK 0 0.61 0.90 0.16
HSL 19.27º 0.82% 0.46% -
HSV(B) 19.27º 0.9% 0.84% -
XYZ 30.96 20.54 3.04 -
YUV 115.1 74.9 198.54 -
System Red Green Blue C M Y K H S L
Decimal 214 83 21 0 0.61 0.90 0.16 19.27 0.82 0.46
Hex D6 53 15 0 3D 5A 10 13 52 2E
Octal 326 123 25 0 75 132 20 23 122 56
Binary 11010110 1010011 10101 0 111101 1011010 10000 10011 1010010 101110

Color Harmonies of #D65315

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D65315

Black with #D65315

Text Example


Text Example

White with #D65315

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D65315; }

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

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

background-color css

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

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

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

border-color css

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

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

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