Html Css Color HEX #D94F05 Tenne (Tawny)

📋 copy color: '#D94F05'

red 217 ◦ green 79 ◦ blue 5

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

Shades of Tenne (Tawny) #D94F05

Tints of Tenne (Tawny) #D94F05

RGB

 RED value IS 217 (85.16% from 255) = 72.09%

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

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

R = 72.09%
G = 26.25%
B = 1.66%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.98

 K value IS 0.15

RGB Variations

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

Color information

#D94F05 (or 0xD94F05) is known color: Tenne (Tawny). HEX triplet: D9, 4F and 05. RGB value is (217,79,5). Sum of RGB (Red+Green+Blue) = 217+79+5=301 (39% of max value = 765). Red value is 217 (85.16% from 255 or 72.09% from 301); Green value is 79 (31.25% from 255 or 26.25% from 301); Blue value is 5 (2.34% from 255 or 1.66% from 301); Max value from RGB is 217 - color contains mainly: red. Hex color #D94F05 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D94F05 is #26B0FA. Grayscale: #707070. Windows color (decimal): -2535675 or 348121. OLE color: 348121.

HSL color Cylindrical-coordinate representation of color #D94F05: hue angle of 20.94º degrees, saturation: 0.95, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #D94F05 is Cyan = 0, Magento = 0.64, Yellow = 0.98 and Black (K on CMYK) = 0.15.

Color convert

RGB 217 79 5 -
CMYK 0 0.64 0.98 0.15
HSL 20.94º 0.95% 0.44% -
HSV(B) 20.94º 0.98% 0.85% -
XYZ 31.44 20.35 2.42 -
YUV 111.83 67.72 203.02 -
System Red Green Blue C M Y K H S L
Decimal 217 79 5 0 0.64 0.98 0.15 20.94 0.95 0.44
Hex D9 4F 5 0 40 62 F 15 5F 2C
Octal 331 117 5 0 100 142 17 25 137 54
Binary 11011001 1001111 101 0 1000000 1100010 1111 10101 1011111 101100

Color Harmonies of #D94F05

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D94F05

Black with #D94F05

Text Example


Text Example

White with #D94F05

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D94F05; }

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

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

background-color css

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

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

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

border-color css

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

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

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