Html Css Color HEX #D94F03 Tenne (Tawny)

📋 copy color: '#D94F03'

red 217 ◦ green 79 ◦ blue 3

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

Shades of Tenne (Tawny) #D94F03

Tints of Tenne (Tawny) #D94F03

RGB

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

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

 BLUE value IS 3 (1.56% from 255) = 1%

R = 72.58%
G = 26.42%
B = 1%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.99

 K value IS 0.15

RGB Variations

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

Color information

#D94F03 (or 0xD94F03) is known color: Tenne (Tawny). HEX triplet: D9, 4F and 03. RGB value is (217,79,3). Sum of RGB (Red+Green+Blue) = 217+79+3=299 (39% of max value = 765). Red value is 217 (85.16% from 255 or 72.58% from 299); Green value is 79 (31.25% from 255 or 26.42% from 299); Blue value is 3 (1.56% from 255 or 1.00% from 299); Max value from RGB is 217 - color contains mainly: red. Hex color #D94F03 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D94F03 is #26B0FC. Grayscale: #707070. Windows color (decimal): -2535677 or 217049. OLE color: 217049.

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

Color convert

RGB 217 79 3 -
CMYK 0 0.64 0.99 0.15
HSL 21.31º 0.97% 0.43% -
HSV(B) 21.31º 0.99% 0.85% -
XYZ 31.43 20.35 2.36 -
YUV 111.6 66.72 203.18 -
System Red Green Blue C M Y K H S L
Decimal 217 79 3 0 0.64 0.99 0.15 21.31 0.97 0.43
Hex D9 4F 3 0 40 63 F 15 61 2B
Octal 331 117 3 0 100 143 17 25 141 53
Binary 11011001 1001111 11 0 1000000 1100011 1111 10101 1100001 101011

Color Harmonies of #D94F03

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D94F03

Black with #D94F03

Text Example


Text Example

White with #D94F03

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D94F03; }

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

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

background-color css

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

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

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

border-color css

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

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

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