Html Css Color HEX #D66206 Tenne (Tawny)

📋 copy color: '#D66206'

red 214 ◦ green 98 ◦ blue 6

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

Shades of Tenne (Tawny) #D66206

Tints of Tenne (Tawny) #D66206

RGB

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

 GREEN value IS 98 (38.67% from 255) = 30.82%

 BLUE value IS 6 (2.73% from 255) = 1.89%

R = 67.3%
G = 30.82%
B = 1.89%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.97

 K value IS 0.16

RGB Variations

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

Color information

#D66206 (or 0xD66206) is known color: Tenne (Tawny). HEX triplet: D6, 62 and 06. RGB value is (214,98,6). Sum of RGB (Red+Green+Blue) = 214+98+6=318 (42% of max value = 765). Red value is 214 (83.98% from 255 or 67.30% from 318); Green value is 98 (38.67% from 255 or 30.82% from 318); Blue value is 6 (2.73% from 255 or 1.89% from 318); Max value from RGB is 214 - color contains mainly: red. Hex color #D66206 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D66206 is #299DF9. Grayscale: #7A7A7A. Windows color (decimal): -2727418 or 418518. OLE color: 418518.

HSL color Cylindrical-coordinate representation of color #D66206: hue angle of 26.54º degrees, saturation: 0.95, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #D66206 is Cyan = 0, Magento = 0.54, Yellow = 0.97 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 98 6 -
CMYK 0 0.54 0.97 0.16
HSL 26.54º 0.95% 0.43% -
HSV(B) 26.54º 0.97% 0.84% -
XYZ 32.13 23.04 2.93 -
YUV 122.2 62.43 193.48 -
System Red Green Blue C M Y K H S L
Decimal 214 98 6 0 0.54 0.97 0.16 26.54 0.95 0.43
Hex D6 62 6 0 36 61 10 1B 5F 2B
Octal 326 142 6 0 66 141 20 33 137 53
Binary 11010110 1100010 110 0 110110 1100001 10000 11011 1011111 101011

Color Harmonies of #D66206

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D66206

Black with #D66206

Text Example


Text Example

White with #D66206

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D66206; }

 p { color: rgb(214,98,6); }

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

background-color css

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

 a { background-color: rgb(214,98,6); }

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

border-color css

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

 span { border-color: rgb(214,98,6); }

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