Html Css Color HEX #D84B14 Tenne (Tawny)

📋 copy color: '#D84B14'

red 216 ◦ green 75 ◦ blue 20

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

Shades of Tenne (Tawny) #D84B14

Tints of Tenne (Tawny) #D84B14

RGB

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

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

 BLUE value IS 20 (8.2% from 255) = 6.43%

R = 69.45%
G = 24.12%
B = 6.43%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.91

 K value IS 0.15

RGB Variations

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

Color information

#D84B14 (or 0xD84B14) is known color: Tenne (Tawny). HEX triplet: D8, 4B and 14. RGB value is (216,75,20). Sum of RGB (Red+Green+Blue) = 216+75+20=311 (41% of max value = 765). Red value is 216 (84.77% from 255 or 69.45% from 311); Green value is 75 (29.69% from 255 or 24.12% from 311); Blue value is 20 (8.20% from 255 or 6.43% from 311); Max value from RGB is 216 - color contains mainly: red. Hex color #D84B14 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D84B14 is #27B4EB. Grayscale: #6F6F6F. Windows color (decimal): -2602220 or 1330136. OLE color: 1330136.

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

Color convert

RGB 216 75 20 -
CMYK 0 0.65 0.91 0.15
HSL 16.84º 0.83% 0.46% -
HSV(B) 16.84º 0.91% 0.85% -
XYZ 30.96 19.68 2.83 -
YUV 110.89 76.71 202.97 -
System Red Green Blue C M Y K H S L
Decimal 216 75 20 0 0.65 0.91 0.15 16.84 0.83 0.46
Hex D8 4B 14 0 41 5B F 11 53 2E
Octal 330 113 24 0 101 133 17 21 123 56
Binary 11011000 1001011 10100 0 1000001 1011011 1111 10001 1010011 101110

Color Harmonies of #D84B14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D84B14

Black with #D84B14

Text Example


Text Example

White with #D84B14

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D84B14; }

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

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

background-color css

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

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

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

border-color css

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

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

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