Html Css Color HEX #D04501 Tenne (Tawny)

📋 copy color: '#D04501'

red 208 ◦ green 69 ◦ blue 1

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

Shades of Tenne (Tawny) #D04501

Tints of Tenne (Tawny) #D04501

RGB

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

 GREEN value IS 69 (27.34% from 255) = 24.82%

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

R = 74.82%
G = 24.82%
B = 0.36%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 1.00

 K value IS 0.18

RGB Variations

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

Color information

#D04501 (or 0xD04501) is known color: Tenne (Tawny). HEX triplet: D0, 45 and 01. RGB value is (208,69,1). Sum of RGB (Red+Green+Blue) = 208+69+1=278 (36% of max value = 765). Red value is 208 (81.64% from 255 or 74.82% from 278); Green value is 69 (27.34% from 255 or 24.82% from 278); Blue value is 1 (0.78% from 255 or 0.36% from 278); Max value from RGB is 208 - color contains mainly: red. Hex color #D04501 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D04501 is #2FBAFE. Grayscale: #676767. Windows color (decimal): -3128063 or 83408. OLE color: 83408.

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

Color convert

RGB 208 69 1 -
CMYK 0 0.67 1.00 0.18
HSL 19.71º 0.99% 0.41% -
HSV(B) 19.71º 1% 0.82% -
XYZ 28.15 17.67 1.96 -
YUV 102.81 70.55 203.03 -
System Red Green Blue C M Y K H S L
Decimal 208 69 1 0 0.67 1.00 0.18 19.71 0.99 0.41
Hex D0 45 1 0 43 64 12 14 63 29
Octal 320 105 1 0 103 144 22 24 143 51
Binary 11010000 1000101 1 0 1000011 1100100 10010 10100 1100011 101001

Color Harmonies of #D04501

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D04501

Black with #D04501

Text Example


Text Example

White with #D04501

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D04501; }

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

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

background-color css

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

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

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

border-color css

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

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

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