Html Css Color HEX #D04605 Tenne (Tawny)

📋 copy color: '#D04605'

red 208 ◦ green 70 ◦ blue 5

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

Shades of Tenne (Tawny) #D04605

Tints of Tenne (Tawny) #D04605

RGB

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

 GREEN value IS 70 (27.73% from 255) = 24.73%

 BLUE value IS 5 (2.34% from 255) = 1.77%

R = 73.5%
G = 24.73%
B = 1.77%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.98

 K value IS 0.18

RGB Variations

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

Color information

#D04605 (or 0xD04605) is known color: Tenne (Tawny). HEX triplet: D0, 46 and 05. RGB value is (208,70,5). Sum of RGB (Red+Green+Blue) = 208+70+5=283 (37% of max value = 765). Red value is 208 (81.64% from 255 or 73.50% from 283); Green value is 70 (27.73% from 255 or 24.73% from 283); Blue value is 5 (2.34% from 255 or 1.77% from 283); Max value from RGB is 208 - color contains mainly: red. Hex color #D04605 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D04605 is #2FB9FA. Grayscale: #686868. Windows color (decimal): -3127803 or 345808. OLE color: 345808.

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

Color convert

RGB 208 70 5 -
CMYK 0 0.66 0.98 0.18
HSL 19.21º 0.95% 0.42% -
HSV(B) 19.21º 0.98% 0.82% -
XYZ 28.23 17.8 2.09 -
YUV 103.85 72.22 202.29 -
System Red Green Blue C M Y K H S L
Decimal 208 70 5 0 0.66 0.98 0.18 19.21 0.95 0.42
Hex D0 46 5 0 42 62 12 13 5F 2A
Octal 320 106 5 0 102 142 22 23 137 52
Binary 11010000 1000110 101 0 1000010 1100010 10010 10011 1011111 101010

Color Harmonies of #D04605

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D04605

Black with #D04605

Text Example


Text Example

White with #D04605

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D04605; }

 p { color: rgb(208,70,5); }

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

background-color css

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

 a { background-color: rgb(208,70,5); }

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

border-color css

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

 span { border-color: rgb(208,70,5); }

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