Html Css Color HEX #D74D03 Tenne (Tawny)

📋 copy color: '#D74D03'

red 215 ◦ green 77 ◦ blue 3

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

Shades of Tenne (Tawny) #D74D03

Tints of Tenne (Tawny) #D74D03

RGB

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

 GREEN value IS 77 (30.47% from 255) = 26.1%

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

R = 72.88%
G = 26.1%
B = 1.02%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.99

 K value IS 0.16

RGB Variations

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

Color information

#D74D03 (or 0xD74D03) is known color: Tenne (Tawny). HEX triplet: D7, 4D and 03. RGB value is (215,77,3). Sum of RGB (Red+Green+Blue) = 215+77+3=295 (39% of max value = 765). Red value is 215 (84.38% from 255 or 72.88% from 295); Green value is 77 (30.47% from 255 or 26.10% from 295); Blue value is 3 (1.56% from 255 or 1.02% from 295); Max value from RGB is 215 - color contains mainly: red. Hex color #D74D03 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D74D03 is #28B2FC. Grayscale: #6E6E6E. Windows color (decimal): -2667261 or 216535. OLE color: 216535.

HSL color Cylindrical-coordinate representation of color #D74D03: hue angle of 20.94º 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 #D74D03 is Cyan = 0, Magento = 0.64, Yellow = 0.99 and Black (K on CMYK) = 0.16.

Color convert

RGB 215 77 3 -
CMYK 0 0.64 0.99 0.16
HSL 20.94º 0.97% 0.43% -
HSV(B) 20.94º 0.99% 0.84% -
XYZ 30.69 19.76 2.28 -
YUV 109.83 67.72 203.02 -
System Red Green Blue C M Y K H S L
Decimal 215 77 3 0 0.64 0.99 0.16 20.94 0.97 0.43
Hex D7 4D 3 0 40 63 10 15 61 2B
Octal 327 115 3 0 100 143 20 25 141 53
Binary 11010111 1001101 11 0 1000000 1100011 10000 10101 1100001 101011

Color Harmonies of #D74D03

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D74D03

Black with #D74D03

Text Example


Text Example

White with #D74D03

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D74D03; }

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

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

background-color css

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

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

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

border-color css

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

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

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