Html Css Color HEX #D65206 Tenne (Tawny)

📋 copy color: '#D65206'

red 214 ◦ green 82 ◦ blue 6

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

Shades of Tenne (Tawny) #D65206

Tints of Tenne (Tawny) #D65206

RGB

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

 GREEN value IS 82 (32.42% from 255) = 27.15%

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

R = 70.86%
G = 27.15%
B = 1.99%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.97

 K value IS 0.16

RGB Variations

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

Color information

#D65206 (or 0xD65206) is known color: Tenne (Tawny). HEX triplet: D6, 52 and 06. RGB value is (214,82,6). Sum of RGB (Red+Green+Blue) = 214+82+6=302 (40% of max value = 765). Red value is 214 (83.98% from 255 or 70.86% from 302); Green value is 82 (32.42% from 255 or 27.15% from 302); Blue value is 6 (2.73% from 255 or 1.99% from 302); Max value from RGB is 214 - color contains mainly: red. Hex color #D65206 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D65206 is #29ADF9. Grayscale: #717171. Windows color (decimal): -2731514 or 414422. OLE color: 414422.

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

Color convert

RGB 214 82 6 -
CMYK 0 0.62 0.97 0.16
HSL 21.92º 0.95% 0.43% -
HSV(B) 21.92º 0.97% 0.84% -
XYZ 30.78 20.34 2.48 -
YUV 112.8 67.73 200.18 -
System Red Green Blue C M Y K H S L
Decimal 214 82 6 0 0.62 0.97 0.16 21.92 0.95 0.43
Hex D6 52 6 0 3E 61 10 16 5F 2B
Octal 326 122 6 0 76 141 20 26 137 53
Binary 11010110 1010010 110 0 111110 1100001 10000 10110 1011111 101011

Color Harmonies of #D65206

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D65206

Black with #D65206

Text Example


Text Example

White with #D65206

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D65206; }

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

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

background-color css

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

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

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

border-color css

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

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

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