Html Css Color HEX #D94706 Tenne (Tawny)

📋 copy color: '#D94706'

red 217 ◦ green 71 ◦ blue 6

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

Shades of Tenne (Tawny) #D94706

Tints of Tenne (Tawny) #D94706

RGB

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

 GREEN value IS 71 (28.13% from 255) = 24.15%

 BLUE value IS 6 (2.73% from 255) = 2.04%

R = 73.81%
G = 24.15%
B = 2.04%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.97

 K value IS 0.15

RGB Variations

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

Color information

#D94706 (or 0xD94706) is known color: Tenne (Tawny). HEX triplet: D9, 47 and 06. RGB value is (217,71,6). Sum of RGB (Red+Green+Blue) = 217+71+6=294 (38% of max value = 765). Red value is 217 (85.16% from 255 or 73.81% from 294); Green value is 71 (28.12% from 255 or 24.15% from 294); Blue value is 6 (2.73% from 255 or 2.04% from 294); Max value from RGB is 217 - color contains mainly: red. Hex color #D94706 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D94706 is #26B8F9. Grayscale: #6B6B6B. Windows color (decimal): -2537722 or 411609. OLE color: 411609.

HSL color Cylindrical-coordinate representation of color #D94706: hue angle of 18.48º degrees, saturation: 0.95, 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 #D94706 is Cyan = 0, Magento = 0.67, Yellow = 0.97 and Black (K on CMYK) = 0.15.

Color convert

RGB 217 71 6 -
CMYK 0 0.67 0.97 0.15
HSL 18.48º 0.95% 0.44% -
HSV(B) 18.48º 0.97% 0.85% -
XYZ 30.9 19.27 2.26 -
YUV 107.24 70.87 206.29 -
System Red Green Blue C M Y K H S L
Decimal 217 71 6 0 0.67 0.97 0.15 18.48 0.95 0.44
Hex D9 47 6 0 43 61 F 12 5F 2C
Octal 331 107 6 0 103 141 17 22 137 54
Binary 11011001 1000111 110 0 1000011 1100001 1111 10010 1011111 101100

Color Harmonies of #D94706

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D94706

Black with #D94706

Text Example


Text Example

White with #D94706

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D94706; }

 p { color: rgb(217,71,6); }

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

background-color css

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

 a { background-color: rgb(217,71,6); }

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

border-color css

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

 span { border-color: rgb(217,71,6); }

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