Html Css Color HEX #D66009 Tenne (Tawny)

📋 copy color: '#D66009'

red 214 ◦ green 96 ◦ blue 9

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

Shades of Tenne (Tawny) #D66009

Tints of Tenne (Tawny) #D66009

RGB

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

 GREEN value IS 96 (37.89% from 255) = 30.09%

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

R = 67.08%
G = 30.09%
B = 2.82%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.96

 K value IS 0.16

RGB Variations

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

Color information

#D66009 (or 0xD66009) is known color: Tenne (Tawny). HEX triplet: D6, 60 and 09. RGB value is (214,96,9). Sum of RGB (Red+Green+Blue) = 214+96+9=319 (42% of max value = 765). Red value is 214 (83.98% from 255 or 67.08% from 319); Green value is 96 (37.89% from 255 or 30.09% from 319); Blue value is 9 (3.91% from 255 or 2.82% from 319); Max value from RGB is 214 - color contains mainly: red. Hex color #D66009 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D66009 is #299FF6. Grayscale: #797979. Windows color (decimal): -2727927 or 614614. OLE color: 614614.

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

Color convert

RGB 214 96 9 -
CMYK 0 0.55 0.96 0.16
HSL 25.46º 0.92% 0.44% -
HSV(B) 25.46º 0.96% 0.84% -
XYZ 31.96 22.68 2.95 -
YUV 121.36 64.59 194.07 -
System Red Green Blue C M Y K H S L
Decimal 214 96 9 0 0.55 0.96 0.16 25.46 0.92 0.44
Hex D6 60 9 0 37 60 10 19 5C 2C
Octal 326 140 11 0 67 140 20 31 134 54
Binary 11010110 1100000 1001 0 110111 1100000 10000 11001 1011100 101100

Color Harmonies of #D66009

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D66009

Black with #D66009

Text Example


Text Example

White with #D66009

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D66009; }

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

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

background-color css

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

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

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

border-color css

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

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

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