Html Css Color HEX #D84D00 Tenne (Tawny)

📋 copy color: '#D84D00'

red 216 ◦ green 77 ◦ blue 0

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

Shades of Tenne (Tawny) #D84D00

Tints of Tenne (Tawny) #D84D00

RGB

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

 GREEN value IS 77 (30.47% from 255) = 26.28%

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

R = 73.72%
G = 26.28%
B = 0%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 1

 K value IS 0.15

RGB Variations

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

Color information

#D84D00 (or 0xD84D00) is known color: Tenne (Tawny). HEX triplet: D8, 4D and 00. RGB value is (216,77,0). Sum of RGB (Red+Green+Blue) = 216+77+0=293 (38% of max value = 765). Red value is 216 (84.77% from 255 or 73.72% from 293); Green value is 77 (30.47% from 255 or 26.28% from 293); Blue value is 0 (0.39% from 255 or 0% from 293); Max value from RGB is 216 - color contains mainly: red. Hex color #D84D00 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D84D00 is #27B2FF. Grayscale: #6E6E6E. Windows color (decimal): -2601728 or 19928. OLE color: 19928.

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

Color convert

RGB 216 77 0 -
CMYK 0 0.64 1 0.15
HSL 21.39º 1% 0.42% -
HSV(B) 21.39º 1% 0.85% -
XYZ 30.97 19.91 2.21 -
YUV 109.78 66.05 203.76 -
System Red Green Blue C M Y K H S L
Decimal 216 77 0 0 0.64 1 0.15 21.39 1 0.42
Hex D8 4D 0 0 40 64 F 15 64 2A
Octal 330 115 0 0 100 144 17 25 144 52
Binary 11011000 1001101 0 0 1000000 1100100 1111 10101 1100100 101010

Color Harmonies of #D84D00

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D84D00

Black with #D84D00

Text Example


Text Example

White with #D84D00

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D84D00; }

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

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

background-color css

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

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

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

border-color css

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

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

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