Html Css Color HEX #D84B0E Tenne (Tawny)

📋 copy color: '#D84B0E'

red 216 ◦ green 75 ◦ blue 14

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

Shades of Tenne (Tawny) #D84B0E

Tints of Tenne (Tawny) #D84B0E

RGB

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

 GREEN value IS 75 (29.69% from 255) = 24.59%

 BLUE value IS 14 (5.86% from 255) = 4.59%

R = 70.82%
G = 24.59%
B = 4.59%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.94

 K value IS 0.15

RGB Variations

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

Color information

#D84B0E (or 0xD84B0E) is known color: Tenne (Tawny). HEX triplet: D8, 4B and 0E. RGB value is (216,75,14). Sum of RGB (Red+Green+Blue) = 216+75+14=305 (40% of max value = 765). Red value is 216 (84.77% from 255 or 70.82% from 305); Green value is 75 (29.69% from 255 or 24.59% from 305); Blue value is 14 (5.86% from 255 or 4.59% from 305); Max value from RGB is 216 - color contains mainly: red. Hex color #D84B0E is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D84B0E is #27B4F1. Grayscale: #6E6E6E. Windows color (decimal): -2602226 or 936920. OLE color: 936920.

HSL color Cylindrical-coordinate representation of color #D84B0E: hue angle of 18.12º degrees, saturation: 0.88, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #D84B0E is Cyan = 0, Magento = 0.65, Yellow = 0.94 and Black (K on CMYK) = 0.15.

Color convert

RGB 216 75 14 -
CMYK 0 0.65 0.94 0.15
HSL 18.12º 0.88% 0.45% -
HSV(B) 18.12º 0.94% 0.85% -
XYZ 30.91 19.66 2.58 -
YUV 110.21 73.71 203.46 -
System Red Green Blue C M Y K H S L
Decimal 216 75 14 0 0.65 0.94 0.15 18.12 0.88 0.45
Hex D8 4B E 0 41 5E F 12 58 2D
Octal 330 113 16 0 101 136 17 22 130 55
Binary 11011000 1001011 1110 0 1000001 1011110 1111 10010 1011000 101101

Color Harmonies of #D84B0E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D84B0E

Black with #D84B0E

Text Example


Text Example

White with #D84B0E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D84B0E; }

 p { color: rgb(216,75,14); }

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

background-color css

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

 a { background-color: rgb(216,75,14); }

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

border-color css

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

 span { border-color: rgb(216,75,14); }

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