Html Css Color HEX #D84301 Tenne (Tawny)

📋 copy color: '#D84301'

red 216 ◦ green 67 ◦ blue 1

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

Shades of Tenne (Tawny) #D84301

Tints of Tenne (Tawny) #D84301

RGB

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

 GREEN value IS 67 (26.56% from 255) = 23.59%

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

R = 76.06%
G = 23.59%
B = 0.35%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 1.00

 K value IS 0.15

RGB Variations

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

Color information

#D84301 (or 0xD84301) is known color: Tenne (Tawny). HEX triplet: D8, 43 and 01. RGB value is (216,67,1). Sum of RGB (Red+Green+Blue) = 216+67+1=284 (37% of max value = 765). Red value is 216 (84.77% from 255 or 76.06% from 284); Green value is 67 (26.56% from 255 or 23.59% from 284); Blue value is 1 (0.78% from 255 or 0.35% from 284); Max value from RGB is 216 - color contains mainly: red. Hex color #D84301 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D84301 is #27BCFE. Grayscale: #686868. Windows color (decimal): -2604287 or 82904. OLE color: 82904.

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

Color convert

RGB 216 67 1 -
CMYK 0 0.69 1.00 0.15
HSL 18.42º 0.99% 0.43% -
HSV(B) 18.42º 1% 0.85% -
XYZ 30.33 18.62 2.02 -
YUV 104.03 69.86 207.87 -
System Red Green Blue C M Y K H S L
Decimal 216 67 1 0 0.69 1.00 0.15 18.42 0.99 0.43
Hex D8 43 1 0 45 64 F 12 63 2B
Octal 330 103 1 0 105 144 17 22 143 53
Binary 11011000 1000011 1 0 1000101 1100100 1111 10010 1100011 101011

Color Harmonies of #D84301

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D84301

Black with #D84301

Text Example


Text Example

White with #D84301

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D84301; }

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

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

background-color css

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

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

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

border-color css

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

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

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