Html Css Color HEX #D84101 Tenne (Tawny)

📋 copy color: '#D84101'

red 216 ◦ green 65 ◦ blue 1

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

Shades of Tenne (Tawny) #D84101

Tints of Tenne (Tawny) #D84101

RGB

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

 GREEN value IS 65 (25.78% from 255) = 23.05%

 BLUE value IS 1 (0.78% from 255) = 0.35%

R = 76.6%
G = 23.05%
B = 0.35%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 1.00

 K value IS 0.15

RGB Variations

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

Color information

#D84101 (or 0xD84101) is known color: Tenne (Tawny). HEX triplet: D8, 41 and 01. RGB value is (216,65,1). Sum of RGB (Red+Green+Blue) = 216+65+1=282 (37% of max value = 765). Red value is 216 (84.77% from 255 or 76.60% from 282); Green value is 65 (25.78% from 255 or 23.05% from 282); Blue value is 1 (0.78% from 255 or 0.35% from 282); Max value from RGB is 216 - color contains mainly: red. Hex color #D84101 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D84101 is #27BEFE. Grayscale: #676767. Windows color (decimal): -2604799 or 82392. OLE color: 82392.

HSL color Cylindrical-coordinate representation of color #D84101: hue angle of 17.86º degrees, saturation: 0.99, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 1%. Process color model (Four color, CMYK) of #D84101 is Cyan = 0, Magento = 0.70, Yellow = 1.00 and Black (K on CMYK) = 0.15.

Color convert

RGB 216 65 1 -
CMYK 0 0.70 1.00 0.15
HSL 17.86º 0.99% 0.43% -
HSV(B) 17.86º 1% 0.85% -
XYZ 30.21 18.38 1.98 -
YUV 102.85 70.53 208.7 -
System Red Green Blue C M Y K H S L
Decimal 216 65 1 0 0.70 1.00 0.15 17.86 0.99 0.43
Hex D8 41 1 0 46 64 F 12 63 2B
Octal 330 101 1 0 106 144 17 22 143 53
Binary 11011000 1000001 1 0 1000110 1100100 1111 10010 1100011 101011

Color Harmonies of #D84101

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D84101

Black with #D84101

Text Example


Text Example

White with #D84101

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D84101; }

 p { color: rgb(216,65,1); }

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

background-color css

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

 a { background-color: rgb(216,65,1); }

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

border-color css

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

 span { border-color: rgb(216,65,1); }

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