Html Css Color HEX #D75403 Tenne (Tawny)

📋 copy color: '#D75403'

red 215 ◦ green 84 ◦ blue 3

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

Shades of Tenne (Tawny) #D75403

Tints of Tenne (Tawny) #D75403

RGB

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

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

 BLUE value IS 3 (1.56% from 255) = 0.99%

R = 71.19%
G = 27.81%
B = 0.99%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.99

 K value IS 0.16

RGB Variations

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

Color information

#D75403 (or 0xD75403) is known color: Tenne (Tawny). HEX triplet: D7, 54 and 03. RGB value is (215,84,3). Sum of RGB (Red+Green+Blue) = 215+84+3=302 (40% of max value = 765). Red value is 215 (84.38% from 255 or 71.19% from 302); Green value is 84 (33.20% from 255 or 27.81% from 302); Blue value is 3 (1.56% from 255 or 0.99% from 302); Max value from RGB is 215 - color contains mainly: red. Hex color #D75403 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D75403 is #28ABFC. Grayscale: #727272. Windows color (decimal): -2665469 or 218327. OLE color: 218327.

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

Color convert

RGB 215 84 3 -
CMYK 0 0.61 0.99 0.16
HSL 22.92º 0.97% 0.43% -
HSV(B) 22.92º 0.99% 0.84% -
XYZ 31.21 20.79 2.45 -
YUV 113.94 65.4 200.09 -
System Red Green Blue C M Y K H S L
Decimal 215 84 3 0 0.61 0.99 0.16 22.92 0.97 0.43
Hex D7 54 3 0 3D 63 10 17 61 2B
Octal 327 124 3 0 75 143 20 27 141 53
Binary 11010111 1010100 11 0 111101 1100011 10000 10111 1100001 101011

Color Harmonies of #D75403

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D75403

Black with #D75403

Text Example


Text Example

White with #D75403

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D75403; }

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

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

background-color css

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

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

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

border-color css

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

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

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