Html Css Color HEX #D94F0B Tenne (Tawny)

📋 copy color: '#D94F0B'

red 217 ◦ green 79 ◦ blue 11

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

Shades of Tenne (Tawny) #D94F0B

Tints of Tenne (Tawny) #D94F0B

RGB

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

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

 BLUE value IS 11 (4.69% from 255) = 3.58%

R = 70.68%
G = 25.73%
B = 3.58%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.95

 K value IS 0.15

RGB Variations

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

Color information

#D94F0B (or 0xD94F0B) is known color: Tenne (Tawny). HEX triplet: D9, 4F and 0B. RGB value is (217,79,11). Sum of RGB (Red+Green+Blue) = 217+79+11=307 (40% of max value = 765). Red value is 217 (85.16% from 255 or 70.68% from 307); Green value is 79 (31.25% from 255 or 25.73% from 307); Blue value is 11 (4.69% from 255 or 3.58% from 307); Max value from RGB is 217 - color contains mainly: red. Hex color #D94F0B is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D94F0B is #26B0F4. Grayscale: #707070. Windows color (decimal): -2535669 or 741337. OLE color: 741337.

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

Color convert

RGB 217 79 11 -
CMYK 0 0.64 0.95 0.15
HSL 19.81º 0.9% 0.45% -
HSV(B) 19.81º 0.95% 0.85% -
XYZ 31.47 20.37 2.59 -
YUV 112.51 70.72 202.53 -
System Red Green Blue C M Y K H S L
Decimal 217 79 11 0 0.64 0.95 0.15 19.81 0.9 0.45
Hex D9 4F B 0 40 5F F 14 5A 2D
Octal 331 117 13 0 100 137 17 24 132 55
Binary 11011001 1001111 1011 0 1000000 1011111 1111 10100 1011010 101101

Color Harmonies of #D94F0B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D94F0B

Black with #D94F0B

Text Example


Text Example

White with #D94F0B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D94F0B; }

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

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

background-color css

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

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

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

border-color css

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

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

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