Html Css Color HEX #D94A05 Tenne (Tawny)

📋 copy color: '#D94A05'

red 217 ◦ green 74 ◦ blue 5

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

Shades of Tenne (Tawny) #D94A05

Tints of Tenne (Tawny) #D94A05

RGB

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

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

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

R = 73.31%
G = 25%
B = 1.69%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.98

 K value IS 0.15

RGB Variations

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

Color information

#D94A05 (or 0xD94A05) is known color: Tenne (Tawny). HEX triplet: D9, 4A and 05. RGB value is (217,74,5). Sum of RGB (Red+Green+Blue) = 217+74+5=296 (39% of max value = 765). Red value is 217 (85.16% from 255 or 73.31% from 296); Green value is 74 (29.30% from 255 or 25% from 296); Blue value is 5 (2.34% from 255 or 1.69% from 296); Max value from RGB is 217 - color contains mainly: red. Hex color #D94A05 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D94A05 is #26B5FA. Grayscale: #6D6D6D. Windows color (decimal): -2536955 or 346841. OLE color: 346841.

HSL color Cylindrical-coordinate representation of color #D94A05: hue angle of 19.53º 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 #D94A05 is Cyan = 0, Magento = 0.66, Yellow = 0.98 and Black (K on CMYK) = 0.15.

Color convert

RGB 217 74 5 -
CMYK 0 0.66 0.98 0.15
HSL 19.53º 0.95% 0.44% -
HSV(B) 19.53º 0.98% 0.85% -
XYZ 31.09 19.66 2.3 -
YUV 108.89 69.38 205.11 -
System Red Green Blue C M Y K H S L
Decimal 217 74 5 0 0.66 0.98 0.15 19.53 0.95 0.44
Hex D9 4A 5 0 42 62 F 14 5F 2C
Octal 331 112 5 0 102 142 17 24 137 54
Binary 11011001 1001010 101 0 1000010 1100010 1111 10100 1011111 101100

Color Harmonies of #D94A05

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D94A05

Black with #D94A05

Text Example


Text Example

White with #D94A05

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D94A05; }

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

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

background-color css

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

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

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

border-color css

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

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

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