Html Css Color HEX #D04801 Tenne (Tawny)

📋 copy color: '#D04801'

red 208 ◦ green 72 ◦ blue 1

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

Shades of Tenne (Tawny) #D04801

Tints of Tenne (Tawny) #D04801

RGB

 RED value IS 208 (81.64% from 255) = 74.02%

 GREEN value IS 72 (28.52% from 255) = 25.62%

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

R = 74.02%
G = 25.62%
B = 0.36%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 1.00

 K value IS 0.18

RGB Variations

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

Color information

#D04801 (or 0xD04801) is known color: Tenne (Tawny). HEX triplet: D0, 48 and 01. RGB value is (208,72,1). Sum of RGB (Red+Green+Blue) = 208+72+1=281 (37% of max value = 765). Red value is 208 (81.64% from 255 or 74.02% from 281); Green value is 72 (28.52% from 255 or 25.62% from 281); Blue value is 1 (0.78% from 255 or 0.36% from 281); Max value from RGB is 208 - color contains mainly: red. Hex color #D04801 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D04801 is #2FB7FE. Grayscale: #686868. Windows color (decimal): -3127295 or 84176. OLE color: 84176.

HSL color Cylindrical-coordinate representation of color #D04801: hue angle of 20.58º degrees, saturation: 0.99, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 1%. Process color model (Four color, CMYK) of #D04801 is Cyan = 0, Magento = 0.65, Yellow = 1.00 and Black (K on CMYK) = 0.18.

Color convert

RGB 208 72 1 -
CMYK 0 0.65 1.00 0.18
HSL 20.58º 0.99% 0.41% -
HSV(B) 20.58º 1% 0.82% -
XYZ 28.34 18.05 2.02 -
YUV 104.57 69.56 201.77 -
System Red Green Blue C M Y K H S L
Decimal 208 72 1 0 0.65 1.00 0.18 20.58 0.99 0.41
Hex D0 48 1 0 41 64 12 15 63 29
Octal 320 110 1 0 101 144 22 25 143 51
Binary 11010000 1001000 1 0 1000001 1100100 10010 10101 1100011 101001

Color Harmonies of #D04801

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D04801

Black with #D04801

Text Example


Text Example

White with #D04801

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D04801; }

 p { color: rgb(208,72,1); }

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

background-color css

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

 a { background-color: rgb(208,72,1); }

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

border-color css

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

 span { border-color: rgb(208,72,1); }

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