Html Css Color HEX #D04901 Tenne (Tawny)

📋 copy color: '#D04901'

red 208 ◦ green 73 ◦ blue 1

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

Shades of Tenne (Tawny) #D04901

Tints of Tenne (Tawny) #D04901

RGB

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

 GREEN value IS 73 (28.91% from 255) = 25.89%

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

R = 73.76%
G = 25.89%
B = 0.35%

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

#D04901 (or 0xD04901) is known color: Tenne (Tawny). HEX triplet: D0, 49 and 01. RGB value is (208,73,1). Sum of RGB (Red+Green+Blue) = 208+73+1=282 (37% of max value = 765). Red value is 208 (81.64% from 255 or 73.76% from 282); Green value is 73 (28.91% from 255 or 25.89% from 282); Blue value is 1 (0.78% from 255 or 0.35% from 282); Max value from RGB is 208 - color contains mainly: red. Hex color #D04901 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D04901 is #2FB6FE. Grayscale: #696969. Windows color (decimal): -3127039 or 84432. OLE color: 84432.

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

Color convert

RGB 208 73 1 -
CMYK 0 0.65 1.00 0.18
HSL 20.87º 0.99% 0.41% -
HSV(B) 20.87º 1% 0.82% -
XYZ 28.4 18.18 2.04 -
YUV 105.16 69.23 201.35 -
System Red Green Blue C M Y K H S L
Decimal 208 73 1 0 0.65 1.00 0.18 20.87 0.99 0.41
Hex D0 49 1 0 41 64 12 15 63 29
Octal 320 111 1 0 101 144 22 25 143 51
Binary 11010000 1001001 1 0 1000001 1100100 10010 10101 1100011 101001

Color Harmonies of #D04901

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D04901

Black with #D04901

Text Example


Text Example

White with #D04901

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D04901; }

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

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

background-color css

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

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

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

border-color css

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

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

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