Html Css Color HEX #D76300 Tenne (Tawny)

📋 copy color: '#D76300'

red 215 ◦ green 99 ◦ blue 0

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

Shades of Tenne (Tawny) #D76300

Tints of Tenne (Tawny) #D76300

RGB

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

 GREEN value IS 99 (39.06% from 255) = 31.53%

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

R = 68.47%
G = 31.53%
B = 0%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 1

 K value IS 0.16

RGB Variations

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

Color information

#D76300 (or 0xD76300) is known color: Tenne (Tawny). HEX triplet: D7, 63 and 00. RGB value is (215,99,0). Sum of RGB (Red+Green+Blue) = 215+99+0=314 (41% of max value = 765). Red value is 215 (84.38% from 255 or 68.47% from 314); Green value is 99 (39.06% from 255 or 31.53% from 314); Blue value is 0 (0.39% from 255 or 0% from 314); Max value from RGB is 215 - color contains mainly: red. Hex color #D76300 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D76300 is #289CFF. Grayscale: #7A7A7A. Windows color (decimal): -2661632 or 25559. OLE color: 25559.

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

Color convert

RGB 215 99 0 -
CMYK 0 0.54 1 0.16
HSL 27.63º 1% 0.42% -
HSV(B) 27.63º 1% 0.84% -
XYZ 32.49 23.37 2.8 -
YUV 122.4 58.93 194.05 -
System Red Green Blue C M Y K H S L
Decimal 215 99 0 0 0.54 1 0.16 27.63 1 0.42
Hex D7 63 0 0 36 64 10 1C 64 2A
Octal 327 143 0 0 66 144 20 34 144 52
Binary 11010111 1100011 0 0 110110 1100100 10000 11100 1100100 101010

Color Harmonies of #D76300

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D76300

Black with #D76300

Text Example


Text Example

White with #D76300

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D76300; }

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

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

background-color css

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

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

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

border-color css

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

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

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