Html Css Color HEX #D66500 Tenne (Tawny)

📋 copy color: '#D66500'

red 214 ◦ green 101 ◦ blue 0

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

Shades of Tenne (Tawny) #D66500

Tints of Tenne (Tawny) #D66500

RGB

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

 GREEN value IS 101 (39.84% from 255) = 32.06%

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

R = 67.94%
G = 32.06%
B = 0%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 1

 K value IS 0.16

RGB Variations

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

Color information

#D66500 (or 0xD66500) is known color: Tenne (Tawny). HEX triplet: D6, 65 and 00. RGB value is (214,101,0). Sum of RGB (Red+Green+Blue) = 214+101+0=315 (41% of max value = 765). Red value is 214 (83.98% from 255 or 67.94% from 315); Green value is 101 (39.84% from 255 or 32.06% from 315); Blue value is 0 (0.39% from 255 or 0% from 315); Max value from RGB is 214 - color contains mainly: red. Hex color #D66500 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D66500 is #299AFF. Grayscale: #7B7B7B. Windows color (decimal): -2726656 or 26070. OLE color: 26070.

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

Color convert

RGB 214 101 0 -
CMYK 0 0.53 1 0.16
HSL 28.32º 1% 0.42% -
HSV(B) 28.32º 1% 0.84% -
XYZ 32.39 23.6 2.85 -
YUV 123.27 58.44 192.71 -
System Red Green Blue C M Y K H S L
Decimal 214 101 0 0 0.53 1 0.16 28.32 1 0.42
Hex D6 65 0 0 35 64 10 1C 64 2A
Octal 326 145 0 0 65 144 20 34 144 52
Binary 11010110 1100101 0 0 110101 1100100 10000 11100 1100100 101010

Color Harmonies of #D66500

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D66500

Black with #D66500

Text Example


Text Example

White with #D66500

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D66500; }

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

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

background-color css

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

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

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

border-color css

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

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

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