Html Css Color HEX #D94905 Tenne (Tawny)

📋 copy color: '#D94905'

red 217 ◦ green 73 ◦ blue 5

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

Shades of Tenne (Tawny) #D94905

Tints of Tenne (Tawny) #D94905

RGB

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

 GREEN value IS 73 (28.91% from 255) = 24.75%

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

R = 73.56%
G = 24.75%
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

#D94905 (or 0xD94905) is known color: Tenne (Tawny). HEX triplet: D9, 49 and 05. RGB value is (217,73,5). Sum of RGB (Red+Green+Blue) = 217+73+5=295 (39% of max value = 765). Red value is 217 (85.16% from 255 or 73.56% from 295); Green value is 73 (28.91% from 255 or 24.75% from 295); Blue value is 5 (2.34% from 255 or 1.69% from 295); Max value from RGB is 217 - color contains mainly: red. Hex color #D94905 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D94905 is #26B6FA. Grayscale: #6C6C6C. Windows color (decimal): -2537211 or 346585. OLE color: 346585.

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

Color convert

RGB 217 73 5 -
CMYK 0 0.66 0.98 0.15
HSL 19.25º 0.95% 0.44% -
HSV(B) 19.25º 0.98% 0.85% -
XYZ 31.03 19.53 2.28 -
YUV 108.3 69.71 205.53 -
System Red Green Blue C M Y K H S L
Decimal 217 73 5 0 0.66 0.98 0.15 19.25 0.95 0.44
Hex D9 49 5 0 42 62 F 13 5F 2C
Octal 331 111 5 0 102 142 17 23 137 54
Binary 11011001 1001001 101 0 1000010 1100010 1111 10011 1011111 101100

Color Harmonies of #D94905

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D94905

Black with #D94905

Text Example


Text Example

White with #D94905

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D94905; }

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

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

background-color css

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

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

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

border-color css

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

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

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