Html Css Color HEX #D65100 Tenne (Tawny)

📋 copy color: '#D65100'

red 214 ◦ green 81 ◦ blue 0

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

Shades of Tenne (Tawny) #D65100

Tints of Tenne (Tawny) #D65100

RGB

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

 GREEN value IS 81 (32.03% from 255) = 27.46%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 72.54%
G = 27.46%
B = 0%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 1

 K value IS 0.16

RGB Variations

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

Color information

#D65100 (or 0xD65100) is known color: Tenne (Tawny). HEX triplet: D6, 51 and 00. RGB value is (214,81,0). Sum of RGB (Red+Green+Blue) = 214+81+0=295 (39% of max value = 765). Red value is 214 (83.98% from 255 or 72.54% from 295); Green value is 81 (32.03% from 255 or 27.46% from 295); Blue value is 0 (0.39% from 255 or 0% from 295); Max value from RGB is 214 - color contains mainly: red. Hex color #D65100 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D65100 is #29AEFF. Grayscale: #6F6F6F. Windows color (decimal): -2731776 or 20950. OLE color: 20950.

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

Color convert

RGB 214 81 0 -
CMYK 0 0.62 1 0.16
HSL 22.71º 1% 0.42% -
HSV(B) 22.71º 1% 0.84% -
XYZ 30.67 20.18 2.28 -
YUV 111.53 65.06 201.09 -
System Red Green Blue C M Y K H S L
Decimal 214 81 0 0 0.62 1 0.16 22.71 1 0.42
Hex D6 51 0 0 3E 64 10 17 64 2A
Octal 326 121 0 0 76 144 20 27 144 52
Binary 11010110 1010001 0 0 111110 1100100 10000 10111 1100100 101010

Color Harmonies of #D65100

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D65100

Black with #D65100

Text Example


Text Example

White with #D65100

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D65100; }

 p { color: rgb(214,81,0); }

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

background-color css

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

 a { background-color: rgb(214,81,0); }

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

border-color css

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

 span { border-color: rgb(214,81,0); }

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