Html Css Color HEX #D84100 Tenne (Tawny)

📋 copy color: '#D84100'

red 216 ◦ green 65 ◦ blue 0

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

Shades of Tenne (Tawny) #D84100

Tints of Tenne (Tawny) #D84100

RGB

 RED value IS 216 (84.77% from 255) = 76.87%

 GREEN value IS 65 (25.78% from 255) = 23.13%

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

R = 76.87%
G = 23.13%
B = 0%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 1

 K value IS 0.15

RGB Variations

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

Color information

#D84100 (or 0xD84100) is known color: Tenne (Tawny). HEX triplet: D8, 41 and 00. RGB value is (216,65,0). Sum of RGB (Red+Green+Blue) = 216+65+0=281 (37% of max value = 765). Red value is 216 (84.77% from 255 or 76.87% from 281); Green value is 65 (25.78% from 255 or 23.13% from 281); Blue value is 0 (0.39% from 255 or 0% from 281); Max value from RGB is 216 - color contains mainly: red. Hex color #D84100 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D84100 is #27BEFF. Grayscale: #676767. Windows color (decimal): -2604800 or 16856. OLE color: 16856.

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

Color convert

RGB 216 65 0 -
CMYK 0 0.70 1 0.15
HSL 18.06º 1% 0.42% -
HSV(B) 18.06º 1% 0.85% -
XYZ 30.21 18.38 1.96 -
YUV 102.74 70.03 208.79 -
System Red Green Blue C M Y K H S L
Decimal 216 65 0 0 0.70 1 0.15 18.06 1 0.42
Hex D8 41 0 0 46 64 F 12 64 2A
Octal 330 101 0 0 106 144 17 22 144 52
Binary 11011000 1000001 0 0 1000110 1100100 1111 10010 1100100 101010

Color Harmonies of #D84100

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D84100

Black with #D84100

Text Example


Text Example

White with #D84100

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D84100; }

 p { color: rgb(216,65,0); }

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

background-color css

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

 a { background-color: rgb(216,65,0); }

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

border-color css

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

 span { border-color: rgb(216,65,0); }

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