Html Css Color HEX #D84F0A Tenne (Tawny)

📋 copy color: '#D84F0A'

red 216 ◦ green 79 ◦ blue 10

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

Shades of Tenne (Tawny) #D84F0A

Tints of Tenne (Tawny) #D84F0A

RGB

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

 GREEN value IS 79 (31.25% from 255) = 25.9%

 BLUE value IS 10 (4.3% from 255) = 3.28%

R = 70.82%
G = 25.9%
B = 3.28%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.95

 K value IS 0.15

RGB Variations

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

Color information

#D84F0A (or 0xD84F0A) is known color: Tenne (Tawny). HEX triplet: D8, 4F and 0A. RGB value is (216,79,10). Sum of RGB (Red+Green+Blue) = 216+79+10=305 (40% of max value = 765). Red value is 216 (84.77% from 255 or 70.82% from 305); Green value is 79 (31.25% from 255 or 25.90% from 305); Blue value is 10 (4.30% from 255 or 3.28% from 305); Max value from RGB is 216 - color contains mainly: red. Hex color #D84F0A is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D84F0A is #27B0F5. Grayscale: #707070. Windows color (decimal): -2601206 or 675800. OLE color: 675800.

HSL color Cylindrical-coordinate representation of color #D84F0A: hue angle of 20.1º degrees, saturation: 0.91, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #D84F0A is Cyan = 0, Magento = 0.63, Yellow = 0.95 and Black (K on CMYK) = 0.15.

Color convert

RGB 216 79 10 -
CMYK 0 0.63 0.95 0.15
HSL 20.1º 0.91% 0.44% -
HSV(B) 20.1º 0.95% 0.85% -
XYZ 31.17 20.21 2.55 -
YUV 112.1 70.39 202.11 -
System Red Green Blue C M Y K H S L
Decimal 216 79 10 0 0.63 0.95 0.15 20.1 0.91 0.44
Hex D8 4F A 0 3F 5F F 14 5B 2C
Octal 330 117 12 0 77 137 17 24 133 54
Binary 11011000 1001111 1010 0 111111 1011111 1111 10100 1011011 101100

Color Harmonies of #D84F0A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D84F0A

Black with #D84F0A

Text Example


Text Example

White with #D84F0A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D84F0A; }

 p { color: rgb(216,79,10); }

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

background-color css

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

 a { background-color: rgb(216,79,10); }

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

border-color css

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

 span { border-color: rgb(216,79,10); }

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