Html Css Color HEX #D75404 Tenne (Tawny)

📋 copy color: '#D75404'

red 215 ◦ green 84 ◦ blue 4

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

Shades of Tenne (Tawny) #D75404

Tints of Tenne (Tawny) #D75404

RGB

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

 GREEN value IS 84 (33.2% from 255) = 27.72%

 BLUE value IS 4 (1.95% from 255) = 1.32%

R = 70.96%
G = 27.72%
B = 1.32%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.98

 K value IS 0.16

RGB Variations

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

Color information

#D75404 (or 0xD75404) is known color: Tenne (Tawny). HEX triplet: D7, 54 and 04. RGB value is (215,84,4). Sum of RGB (Red+Green+Blue) = 215+84+4=303 (40% of max value = 765). Red value is 215 (84.38% from 255 or 70.96% from 303); Green value is 84 (33.20% from 255 or 27.72% from 303); Blue value is 4 (1.95% from 255 or 1.32% from 303); Max value from RGB is 215 - color contains mainly: red. Hex color #D75404 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D75404 is #28ABFB. Grayscale: #727272. Windows color (decimal): -2665468 or 283863. OLE color: 283863.

HSL color Cylindrical-coordinate representation of color #D75404: hue angle of 22.75º degrees, saturation: 0.96, 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 #D75404 is Cyan = 0, Magento = 0.61, Yellow = 0.98 and Black (K on CMYK) = 0.16.

Color convert

RGB 215 84 4 -
CMYK 0 0.61 0.98 0.16
HSL 22.75º 0.96% 0.43% -
HSV(B) 22.75º 0.98% 0.84% -
XYZ 31.22 20.8 2.48 -
YUV 114.05 65.9 200 -
System Red Green Blue C M Y K H S L
Decimal 215 84 4 0 0.61 0.98 0.16 22.75 0.96 0.43
Hex D7 54 4 0 3D 62 10 17 60 2B
Octal 327 124 4 0 75 142 20 27 140 53
Binary 11010111 1010100 100 0 111101 1100010 10000 10111 1100000 101011

Color Harmonies of #D75404

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D75404

Black with #D75404

Text Example


Text Example

White with #D75404

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D75404; }

 p { color: rgb(215,84,4); }

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

background-color css

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

 a { background-color: rgb(215,84,4); }

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

border-color css

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

 span { border-color: rgb(215,84,4); }

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