Html Css Color HEX #D74605 Tenne (Tawny)

📋 copy color: '#D74605'

red 215 ◦ green 70 ◦ blue 5

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

Shades of Tenne (Tawny) #D74605

Tints of Tenne (Tawny) #D74605

RGB

 RED value IS 215 (84.38% from 255) = 74.14%

 GREEN value IS 70 (27.73% from 255) = 24.14%

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

R = 74.14%
G = 24.14%
B = 1.72%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.98

 K value IS 0.16

RGB Variations

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

Color information

#D74605 (or 0xD74605) is known color: Tenne (Tawny). HEX triplet: D7, 46 and 05. RGB value is (215,70,5). Sum of RGB (Red+Green+Blue) = 215+70+5=290 (38% of max value = 765). Red value is 215 (84.38% from 255 or 74.14% from 290); Green value is 70 (27.73% from 255 or 24.14% from 290); Blue value is 5 (2.34% from 255 or 1.72% from 290); Max value from RGB is 215 - color contains mainly: red. Hex color #D74605 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D74605 is #28B9FA. Grayscale: #6A6A6A. Windows color (decimal): -2669051 or 345815. OLE color: 345815.

HSL color Cylindrical-coordinate representation of color #D74605: hue angle of 18.57º degrees, saturation: 0.95, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #D74605 is Cyan = 0, Magento = 0.67, Yellow = 0.98 and Black (K on CMYK) = 0.16.

Color convert

RGB 215 70 5 -
CMYK 0 0.67 0.98 0.16
HSL 18.57º 0.95% 0.43% -
HSV(B) 18.57º 0.98% 0.84% -
XYZ 30.24 18.84 2.19 -
YUV 105.95 71.04 205.79 -
System Red Green Blue C M Y K H S L
Decimal 215 70 5 0 0.67 0.98 0.16 18.57 0.95 0.43
Hex D7 46 5 0 43 62 10 13 5F 2B
Octal 327 106 5 0 103 142 20 23 137 53
Binary 11010111 1000110 101 0 1000011 1100010 10000 10011 1011111 101011

Color Harmonies of #D74605

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D74605

Black with #D74605

Text Example


Text Example

White with #D74605

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D74605; }

 p { color: rgb(215,70,5); }

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

background-color css

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

 a { background-color: rgb(215,70,5); }

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

border-color css

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

 span { border-color: rgb(215,70,5); }

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