Html Css Color HEX #D74D00 Tenne (Tawny)

📋 copy color: '#D74D00'

red 215 ◦ green 77 ◦ blue 0

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

Shades of Tenne (Tawny) #D74D00

Tints of Tenne (Tawny) #D74D00

RGB

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

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

 BLUE value IS 0 (0.39% from 255) = 0%

R = 73.63%
G = 26.37%
B = 0%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 1

 K value IS 0.16

RGB Variations

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

Color information

#D74D00 (or 0xD74D00) is known color: Tenne (Tawny). HEX triplet: D7, 4D and 00. RGB value is (215,77,0). Sum of RGB (Red+Green+Blue) = 215+77+0=292 (38% of max value = 765). Red value is 215 (84.38% from 255 or 73.63% from 292); Green value is 77 (30.47% from 255 or 26.37% from 292); Blue value is 0 (0.39% from 255 or 0% from 292); Max value from RGB is 215 - color contains mainly: red. Hex color #D74D00 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D74D00 is #28B2FF. Grayscale: #6D6D6D. Windows color (decimal): -2667264 or 19927. OLE color: 19927.

HSL color Cylindrical-coordinate representation of color #D74D00: hue angle of 21.49º degrees, saturation: 1, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 1%. Process color model (Four color, CMYK) of #D74D00 is Cyan = 0, Magento = 0.64, Yellow = 1 and Black (K on CMYK) = 0.16.

Color convert

RGB 215 77 0 -
CMYK 0 0.64 1 0.16
HSL 21.49º 1% 0.42% -
HSV(B) 21.49º 1% 0.84% -
XYZ 30.68 19.75 2.2 -
YUV 109.48 66.22 203.26 -
System Red Green Blue C M Y K H S L
Decimal 215 77 0 0 0.64 1 0.16 21.49 1 0.42
Hex D7 4D 0 0 40 64 10 15 64 2A
Octal 327 115 0 0 100 144 20 25 144 52
Binary 11010111 1001101 0 0 1000000 1100100 10000 10101 1100100 101010

Color Harmonies of #D74D00

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D74D00

Black with #D74D00

Text Example


Text Example

White with #D74D00

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D74D00; }

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

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

background-color css

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

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

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

border-color css

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

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

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