Html Css Color HEX #D74400 Tenne (Tawny)

📋 copy color: '#D74400'

red 215 ◦ green 68 ◦ blue 0

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

Shades of Tenne (Tawny) #D74400

Tints of Tenne (Tawny) #D74400

RGB

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

 GREEN value IS 68 (26.95% from 255) = 24.03%

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

R = 75.97%
G = 24.03%
B = 0%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 1

 K value IS 0.16

RGB Variations

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

Color information

#D74400 (or 0xD74400) is known color: Tenne (Tawny). HEX triplet: D7, 44 and 00. RGB value is (215,68,0). Sum of RGB (Red+Green+Blue) = 215+68+0=283 (37% of max value = 765). Red value is 215 (84.38% from 255 or 75.97% from 283); Green value is 68 (26.95% from 255 or 24.03% from 283); Blue value is 0 (0.39% from 255 or 0% from 283); Max value from RGB is 215 - color contains mainly: red. Hex color #D74400 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D74400 is #28BBFF. Grayscale: #686868. Windows color (decimal): -2669568 or 17623. OLE color: 17623.

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

Color convert

RGB 215 68 0 -
CMYK 0 0.68 1 0.16
HSL 18.98º 1% 0.42% -
HSV(B) 18.98º 1% 0.84% -
XYZ 30.09 18.58 2 -
YUV 104.2 69.2 207.03 -
System Red Green Blue C M Y K H S L
Decimal 215 68 0 0 0.68 1 0.16 18.98 1 0.42
Hex D7 44 0 0 44 64 10 13 64 2A
Octal 327 104 0 0 104 144 20 23 144 52
Binary 11010111 1000100 0 0 1000100 1100100 10000 10011 1100100 101010

Color Harmonies of #D74400

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D74400

Black with #D74400

Text Example


Text Example

White with #D74400

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D74400; }

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

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

background-color css

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

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

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

border-color css

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

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

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