Html Css Color HEX #D66300 Tenne (Tawny)

📋 copy color: '#D66300'

red 214 ◦ green 99 ◦ blue 0

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

Shades of Tenne (Tawny) #D66300

Tints of Tenne (Tawny) #D66300

RGB

 RED value IS 214 (83.98% from 255) = 68.37%

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

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

R = 68.37%
G = 31.63%
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

#D66300 (or 0xD66300) is known color: Tenne (Tawny). HEX triplet: D6, 63 and 00. RGB value is (214,99,0). Sum of RGB (Red+Green+Blue) = 214+99+0=313 (41% of max value = 765). Red value is 214 (83.98% from 255 or 68.37% from 313); Green value is 99 (39.06% from 255 or 31.63% from 313); Blue value is 0 (0.39% from 255 or 0% from 313); Max value from RGB is 214 - color contains mainly: red. Hex color #D66300 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D66300 is #299CFF. Grayscale: #7A7A7A. Windows color (decimal): -2727168 or 25558. OLE color: 25558.

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

Color convert

RGB 214 99 0 -
CMYK 0 0.54 1 0.16
HSL 27.76º 1% 0.42% -
HSV(B) 27.76º 1% 0.84% -
XYZ 32.19 23.22 2.79 -
YUV 122.1 59.1 193.55 -
System Red Green Blue C M Y K H S L
Decimal 214 99 0 0 0.54 1 0.16 27.76 1 0.42
Hex D6 63 0 0 36 64 10 1C 64 2A
Octal 326 143 0 0 66 144 20 34 144 52
Binary 11010110 1100011 0 0 110110 1100100 10000 11100 1100100 101010

Color Harmonies of #D66300

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D66300

Black with #D66300

Text Example


Text Example

White with #D66300

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D66300; }

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

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

background-color css

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

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

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

border-color css

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

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

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