Html Css Color HEX #D04F05 Tenne (Tawny)

📋 copy color: '#D04F05'

red 208 ◦ green 79 ◦ blue 5

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

Shades of Tenne (Tawny) #D04F05

Tints of Tenne (Tawny) #D04F05

RGB

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

 GREEN value IS 79 (31.25% from 255) = 27.05%

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

R = 71.23%
G = 27.05%
B = 1.71%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.98

 K value IS 0.18

RGB Variations

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

Color information

#D04F05 (or 0xD04F05) is known color: Tenne (Tawny). HEX triplet: D0, 4F and 05. RGB value is (208,79,5). Sum of RGB (Red+Green+Blue) = 208+79+5=292 (38% of max value = 765). Red value is 208 (81.64% from 255 or 71.23% from 292); Green value is 79 (31.25% from 255 or 27.05% from 292); Blue value is 5 (2.34% from 255 or 1.71% from 292); Max value from RGB is 208 - color contains mainly: red. Hex color #D04F05 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D04F05 is #2FB0FA. Grayscale: #6D6D6D. Windows color (decimal): -3125499 or 348112. OLE color: 348112.

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

Color convert

RGB 208 79 5 -
CMYK 0 0.62 0.98 0.18
HSL 21.87º 0.95% 0.42% -
HSV(B) 21.87º 0.98% 0.82% -
XYZ 28.84 19.01 2.29 -
YUV 109.14 69.24 198.52 -
System Red Green Blue C M Y K H S L
Decimal 208 79 5 0 0.62 0.98 0.18 21.87 0.95 0.42
Hex D0 4F 5 0 3E 62 12 16 5F 2A
Octal 320 117 5 0 76 142 22 26 137 52
Binary 11010000 1001111 101 0 111110 1100010 10010 10110 1011111 101010

Color Harmonies of #D04F05

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D04F05

Black with #D04F05

Text Example


Text Example

White with #D04F05

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D04F05; }

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

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

background-color css

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

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

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

border-color css

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

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

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