Html Css Color HEX #D04504 Tenne (Tawny)

📋 copy color: '#D04504'

red 208 ◦ green 69 ◦ blue 4

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

Shades of Tenne (Tawny) #D04504

Tints of Tenne (Tawny) #D04504

RGB

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

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

 BLUE value IS 4 (1.95% from 255) = 1.42%

R = 74.02%
G = 24.56%
B = 1.42%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.98

 K value IS 0.18

RGB Variations

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

Color information

#D04504 (or 0xD04504) is known color: Tenne (Tawny). HEX triplet: D0, 45 and 04. RGB value is (208,69,4). Sum of RGB (Red+Green+Blue) = 208+69+4=281 (37% of max value = 765). Red value is 208 (81.64% from 255 or 74.02% from 281); Green value is 69 (27.34% from 255 or 24.56% from 281); Blue value is 4 (1.95% from 255 or 1.42% from 281); Max value from RGB is 208 - color contains mainly: red. Hex color #D04504 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D04504 is #2FBAFB. Grayscale: #676767. Windows color (decimal): -3128060 or 280016. OLE color: 280016.

HSL color Cylindrical-coordinate representation of color #D04504: hue angle of 19.12º degrees, saturation: 0.96, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #D04504 is Cyan = 0, Magento = 0.67, Yellow = 0.98 and Black (K on CMYK) = 0.18.

Color convert

RGB 208 69 4 -
CMYK 0 0.67 0.98 0.18
HSL 19.12º 0.96% 0.42% -
HSV(B) 19.12º 0.98% 0.82% -
XYZ 28.16 17.67 2.04 -
YUV 103.15 72.05 202.79 -
System Red Green Blue C M Y K H S L
Decimal 208 69 4 0 0.67 0.98 0.18 19.12 0.96 0.42
Hex D0 45 4 0 43 62 12 13 60 2A
Octal 320 105 4 0 103 142 22 23 140 52
Binary 11010000 1000101 100 0 1000011 1100010 10010 10011 1100000 101010

Color Harmonies of #D04504

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D04504

Black with #D04504

Text Example


Text Example

White with #D04504

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D04504; }

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

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

background-color css

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

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

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

border-color css

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

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

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