Html Css Color HEX #D94A07 Tenne (Tawny)

📋 copy color: '#D94A07'

red 217 ◦ green 74 ◦ blue 7

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

Shades of Tenne (Tawny) #D94A07

Tints of Tenne (Tawny) #D94A07

RGB

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

 GREEN value IS 74 (29.3% from 255) = 24.83%

 BLUE value IS 7 (3.13% from 255) = 2.35%

R = 72.82%
G = 24.83%
B = 2.35%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.97

 K value IS 0.15

RGB Variations

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

Color information

#D94A07 (or 0xD94A07) is known color: Tenne (Tawny). HEX triplet: D9, 4A and 07. RGB value is (217,74,7). Sum of RGB (Red+Green+Blue) = 217+74+7=298 (39% of max value = 765). Red value is 217 (85.16% from 255 or 72.82% from 298); Green value is 74 (29.30% from 255 or 24.83% from 298); Blue value is 7 (3.12% from 255 or 2.35% from 298); Max value from RGB is 217 - color contains mainly: red. Hex color #D94A07 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D94A07 is #26B5F8. Grayscale: #6D6D6D. Windows color (decimal): -2536953 or 477913. OLE color: 477913.

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

Color convert

RGB 217 74 7 -
CMYK 0 0.66 0.97 0.15
HSL 19.14º 0.94% 0.44% -
HSV(B) 19.14º 0.97% 0.85% -
XYZ 31.1 19.66 2.36 -
YUV 109.12 70.38 204.95 -
System Red Green Blue C M Y K H S L
Decimal 217 74 7 0 0.66 0.97 0.15 19.14 0.94 0.44
Hex D9 4A 7 0 42 61 F 13 5E 2C
Octal 331 112 7 0 102 141 17 23 136 54
Binary 11011001 1001010 111 0 1000010 1100001 1111 10011 1011110 101100

Color Harmonies of #D94A07

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D94A07

Black with #D94A07

Text Example


Text Example

White with #D94A07

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D94A07; }

 p { color: rgb(217,74,7); }

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

background-color css

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

 a { background-color: rgb(217,74,7); }

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

border-color css

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

 span { border-color: rgb(217,74,7); }

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