Html Css Color HEX #D66008 Tenne (Tawny)

📋 copy color: '#D66008'

red 214 ◦ green 96 ◦ blue 8

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

Shades of Tenne (Tawny) #D66008

Tints of Tenne (Tawny) #D66008

RGB

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

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

 BLUE value IS 8 (3.52% from 255) = 2.52%

R = 67.3%
G = 30.19%
B = 2.52%

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

#D66008 (or 0xD66008) is known color: Tenne (Tawny). HEX triplet: D6, 60 and 08. RGB value is (214,96,8). Sum of RGB (Red+Green+Blue) = 214+96+8=318 (42% of max value = 765). Red value is 214 (83.98% from 255 or 67.30% from 318); Green value is 96 (37.89% from 255 or 30.19% from 318); Blue value is 8 (3.52% from 255 or 2.52% from 318); Max value from RGB is 214 - color contains mainly: red. Hex color #D66008 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D66008 is #299FF7. Grayscale: #797979. Windows color (decimal): -2727928 or 549078. OLE color: 549078.

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

Color convert

RGB 214 96 8 -
CMYK 0 0.55 0.96 0.16
HSL 25.63º 0.93% 0.44% -
HSV(B) 25.63º 0.96% 0.84% -
XYZ 31.96 22.68 2.92 -
YUV 121.25 64.09 194.16 -
System Red Green Blue C M Y K H S L
Decimal 214 96 8 0 0.55 0.96 0.16 25.63 0.93 0.44
Hex D6 60 8 0 37 60 10 1A 5D 2C
Octal 326 140 10 0 67 140 20 32 135 54
Binary 11010110 1100000 1000 0 110111 1100000 10000 11010 1011101 101100

Color Harmonies of #D66008

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D66008

Black with #D66008

Text Example


Text Example

White with #D66008

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D66008; }

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

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

background-color css

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

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

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

border-color css

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

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

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