Html Css Color HEX #D04705 Tenne (Tawny)

📋 copy color: '#D04705'

red 208 ◦ green 71 ◦ blue 5

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

Shades of Tenne (Tawny) #D04705

Tints of Tenne (Tawny) #D04705

RGB

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

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

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

R = 73.24%
G = 25%
B = 1.76%

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

#D04705 (or 0xD04705) is known color: Tenne (Tawny). HEX triplet: D0, 47 and 05. RGB value is (208,71,5). Sum of RGB (Red+Green+Blue) = 208+71+5=284 (37% of max value = 765). Red value is 208 (81.64% from 255 or 73.24% from 284); Green value is 71 (28.12% from 255 or 25% from 284); Blue value is 5 (2.34% from 255 or 1.76% from 284); Max value from RGB is 208 - color contains mainly: red. Hex color #D04705 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D04705 is #2FB8FA. Grayscale: #686868. Windows color (decimal): -3127547 or 346064. OLE color: 346064.

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

Color convert

RGB 208 71 5 -
CMYK 0 0.66 0.98 0.18
HSL 19.51º 0.95% 0.42% -
HSV(B) 19.51º 0.98% 0.82% -
XYZ 28.29 17.93 2.11 -
YUV 104.44 71.89 201.87 -
System Red Green Blue C M Y K H S L
Decimal 208 71 5 0 0.66 0.98 0.18 19.51 0.95 0.42
Hex D0 47 5 0 42 62 12 14 5F 2A
Octal 320 107 5 0 102 142 22 24 137 52
Binary 11010000 1000111 101 0 1000010 1100010 10010 10100 1011111 101010

Color Harmonies of #D04705

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D04705

Black with #D04705

Text Example


Text Example

White with #D04705

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D04705; }

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

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

background-color css

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

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

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

border-color css

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

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

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