Html Css Color HEX #D65209 Tenne (Tawny)

📋 copy color: '#D65209'

red 214 ◦ green 82 ◦ blue 9

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

Shades of Tenne (Tawny) #D65209

Tints of Tenne (Tawny) #D65209

RGB

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

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

 BLUE value IS 9 (3.91% from 255) = 2.95%

R = 70.16%
G = 26.89%
B = 2.95%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.96

 K value IS 0.16

RGB Variations

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

Color information

#D65209 (or 0xD65209) is known color: Tenne (Tawny). HEX triplet: D6, 52 and 09. RGB value is (214,82,9). Sum of RGB (Red+Green+Blue) = 214+82+9=305 (40% of max value = 765). Red value is 214 (83.98% from 255 or 70.16% from 305); Green value is 82 (32.42% from 255 or 26.89% from 305); Blue value is 9 (3.91% from 255 or 2.95% from 305); Max value from RGB is 214 - color contains mainly: red. Hex color #D65209 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D65209 is #29ADF6. Grayscale: #717171. Windows color (decimal): -2731511 or 611030. OLE color: 611030.

HSL color Cylindrical-coordinate representation of color #D65209: hue angle of 21.37º degrees, saturation: 0.92, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #D65209 is Cyan = 0, Magento = 0.62, Yellow = 0.96 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 82 9 -
CMYK 0 0.62 0.96 0.16
HSL 21.37º 0.92% 0.44% -
HSV(B) 21.37º 0.96% 0.84% -
XYZ 30.8 20.35 2.56 -
YUV 113.15 69.23 199.94 -
System Red Green Blue C M Y K H S L
Decimal 214 82 9 0 0.62 0.96 0.16 21.37 0.92 0.44
Hex D6 52 9 0 3E 60 10 15 5C 2C
Octal 326 122 11 0 76 140 20 25 134 54
Binary 11010110 1010010 1001 0 111110 1100000 10000 10101 1011100 101100

Color Harmonies of #D65209

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D65209

Black with #D65209

Text Example


Text Example

White with #D65209

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D65209; }

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

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

background-color css

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

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

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

border-color css

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

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

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