Html Css Color HEX #D74200 Tenne (Tawny)

📋 copy color: '#D74200'

red 215 ◦ green 66 ◦ blue 0

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

Shades of Tenne (Tawny) #D74200

Tints of Tenne (Tawny) #D74200

RGB

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

 GREEN value IS 66 (26.17% from 255) = 23.49%

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

R = 76.51%
G = 23.49%
B = 0%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 1

 K value IS 0.16

RGB Variations

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

Color information

#D74200 (or 0xD74200) is known color: Tenne (Tawny). HEX triplet: D7, 42 and 00. RGB value is (215,66,0). Sum of RGB (Red+Green+Blue) = 215+66+0=281 (37% of max value = 765). Red value is 215 (84.38% from 255 or 76.51% from 281); Green value is 66 (26.17% from 255 or 23.49% from 281); Blue value is 0 (0.39% from 255 or 0% from 281); Max value from RGB is 215 - color contains mainly: red. Hex color #D74200 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D74200 is #28BDFF. Grayscale: #676767. Windows color (decimal): -2670080 or 17111. OLE color: 17111.

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

Color convert

RGB 215 66 0 -
CMYK 0 0.69 1 0.16
HSL 18.42º 1% 0.42% -
HSV(B) 18.42º 1% 0.84% -
XYZ 29.97 18.34 1.96 -
YUV 103.03 69.86 207.87 -
System Red Green Blue C M Y K H S L
Decimal 215 66 0 0 0.69 1 0.16 18.42 1 0.42
Hex D7 42 0 0 45 64 10 12 64 2A
Octal 327 102 0 0 105 144 20 22 144 52
Binary 11010111 1000010 0 0 1000101 1100100 10000 10010 1100100 101010

Color Harmonies of #D74200

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D74200

Black with #D74200

Text Example


Text Example

White with #D74200

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D74200; }

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

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

background-color css

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

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

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

border-color css

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

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

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