Html Css Color HEX #D94F00 Tenne (Tawny)

📋 copy color: '#D94F00'

red 217 ◦ green 79 ◦ blue 0

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

Shades of Tenne (Tawny) #D94F00

Tints of Tenne (Tawny) #D94F00

RGB

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

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

 BLUE value IS 0 (0.39% from 255) = 0%

R = 73.31%
G = 26.69%
B = 0%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 1

 K value IS 0.15

RGB Variations

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

Color information

#D94F00 (or 0xD94F00) is known color: Tenne (Tawny). HEX triplet: D9, 4F and 00. RGB value is (217,79,0). Sum of RGB (Red+Green+Blue) = 217+79+0=296 (39% of max value = 765). Red value is 217 (85.16% from 255 or 73.31% from 296); Green value is 79 (31.25% from 255 or 26.69% from 296); Blue value is 0 (0.39% from 255 or 0% from 296); Max value from RGB is 217 - color contains mainly: red. Hex color #D94F00 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D94F00 is #26B0FF. Grayscale: #6F6F6F. Windows color (decimal): -2535680 or 20441. OLE color: 20441.

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

Color convert

RGB 217 79 0 -
CMYK 0 0.64 1 0.15
HSL 21.84º 1% 0.43% -
HSV(B) 21.84º 1% 0.85% -
XYZ 31.41 20.34 2.27 -
YUV 111.26 65.22 203.42 -
System Red Green Blue C M Y K H S L
Decimal 217 79 0 0 0.64 1 0.15 21.84 1 0.43
Hex D9 4F 0 0 40 64 F 16 64 2B
Octal 331 117 0 0 100 144 17 26 144 53
Binary 11011001 1001111 0 0 1000000 1100100 1111 10110 1100100 101011

Color Harmonies of #D94F00

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D94F00

Black with #D94F00

Text Example


Text Example

White with #D94F00

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D94F00; }

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

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

background-color css

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

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

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

border-color css

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

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

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