Html Css Color HEX #D84000 Tenne (Tawny)

📋 copy color: '#D84000'

red 216 ◦ green 64 ◦ blue 0

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

Shades of Tenne (Tawny) #D84000

Tints of Tenne (Tawny) #D84000

RGB

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

 GREEN value IS 64 (25.39% from 255) = 22.86%

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

R = 77.14%
G = 22.86%
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

#D84000 (or 0xD84000) is known color: Tenne (Tawny). HEX triplet: D8, 40 and 00. RGB value is (216,64,0). Sum of RGB (Red+Green+Blue) = 216+64+0=280 (37% of max value = 765). Red value is 216 (84.77% from 255 or 77.14% from 280); Green value is 64 (25.39% from 255 or 22.86% from 280); Blue value is 0 (0.39% from 255 or 0% from 280); Max value from RGB is 216 - color contains mainly: red. Hex color #D84000 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D84000 is #27BFFF. Grayscale: #666666. Windows color (decimal): -2605056 or 16600. OLE color: 16600.

HSL color Cylindrical-coordinate representation of color #D84000: hue angle of 17.78º 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 #D84000 is Cyan = 0, Magento = 0.70, Yellow = 1 and Black (K on CMYK) = 0.15.

Color convert

RGB 216 64 0 -
CMYK 0 0.70 1 0.15
HSL 17.78º 1% 0.42% -
HSV(B) 17.78º 1% 0.85% -
XYZ 30.15 18.27 1.94 -
YUV 102.15 70.36 209.2 -
System Red Green Blue C M Y K H S L
Decimal 216 64 0 0 0.70 1 0.15 17.78 1 0.42
Hex D8 40 0 0 46 64 F 12 64 2A
Octal 330 100 0 0 106 144 17 22 144 52
Binary 11011000 1000000 0 0 1000110 1100100 1111 10010 1100100 101010

Color Harmonies of #D84000

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D84000

Black with #D84000

Text Example


Text Example

White with #D84000

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D84000; }

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

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

background-color css

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

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

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

border-color css

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

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

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