Html Css Color HEX #D04701 Tenne (Tawny)

📋 copy color: '#D04701'

red 208 ◦ green 71 ◦ blue 1

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

Shades of Tenne (Tawny) #D04701

Tints of Tenne (Tawny) #D04701

RGB

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

 GREEN value IS 71 (28.13% from 255) = 25.36%

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

R = 74.29%
G = 25.36%
B = 0.36%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 1.00

 K value IS 0.18

RGB Variations

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

Color information

#D04701 (or 0xD04701) is known color: Tenne (Tawny). HEX triplet: D0, 47 and 01. RGB value is (208,71,1). Sum of RGB (Red+Green+Blue) = 208+71+1=280 (37% of max value = 765). Red value is 208 (81.64% from 255 or 74.29% from 280); Green value is 71 (28.12% from 255 or 25.36% from 280); Blue value is 1 (0.78% from 255 or 0.36% from 280); Max value from RGB is 208 - color contains mainly: red. Hex color #D04701 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D04701 is #2FB8FE. Grayscale: #686868. Windows color (decimal): -3127551 or 83920. OLE color: 83920.

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

Color convert

RGB 208 71 1 -
CMYK 0 0.66 1.00 0.18
HSL 20.29º 0.99% 0.41% -
HSV(B) 20.29º 1% 0.82% -
XYZ 28.27 17.92 2 -
YUV 103.98 69.89 202.19 -
System Red Green Blue C M Y K H S L
Decimal 208 71 1 0 0.66 1.00 0.18 20.29 0.99 0.41
Hex D0 47 1 0 42 64 12 14 63 29
Octal 320 107 1 0 102 144 22 24 143 51
Binary 11010000 1000111 1 0 1000010 1100100 10010 10100 1100011 101001

Color Harmonies of #D04701

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D04701

Black with #D04701

Text Example


Text Example

White with #D04701

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D04701; }

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

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

background-color css

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

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

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

border-color css

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

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

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