Html Css Color HEX #D66607 Tenne (Tawny)

📋 copy color: '#D66607'

red 214 ◦ green 102 ◦ blue 7

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

Shades of Tenne (Tawny) #D66607

Tints of Tenne (Tawny) #D66607

RGB

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

 GREEN value IS 102 (40.23% from 255) = 31.58%

 BLUE value IS 7 (3.13% from 255) = 2.17%

R = 66.25%
G = 31.58%
B = 2.17%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.97

 K value IS 0.16

RGB Variations

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

Color information

#D66607 (or 0xD66607) is known color: Tenne (Tawny). HEX triplet: D6, 66 and 07. RGB value is (214,102,7). Sum of RGB (Red+Green+Blue) = 214+102+7=323 (42% of max value = 765). Red value is 214 (83.98% from 255 or 66.25% from 323); Green value is 102 (40.23% from 255 or 31.58% from 323); Blue value is 7 (3.12% from 255 or 2.17% from 323); Max value from RGB is 214 - color contains mainly: red. Hex color #D66607 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D66607 is #2999F8. Grayscale: #7D7D7D. Windows color (decimal): -2726393 or 485078. OLE color: 485078.

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

Color convert

RGB 214 102 7 -
CMYK 0 0.52 0.97 0.16
HSL 27.54º 0.94% 0.43% -
HSV(B) 27.54º 0.97% 0.84% -
XYZ 32.52 23.81 3.08 -
YUV 124.66 61.61 191.72 -
System Red Green Blue C M Y K H S L
Decimal 214 102 7 0 0.52 0.97 0.16 27.54 0.94 0.43
Hex D6 66 7 0 34 61 10 1C 5E 2B
Octal 326 146 7 0 64 141 20 34 136 53
Binary 11010110 1100110 111 0 110100 1100001 10000 11100 1011110 101011

Color Harmonies of #D66607

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D66607

Black with #D66607

Text Example


Text Example

White with #D66607

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D66607; }

 p { color: rgb(214,102,7); }

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

background-color css

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

 a { background-color: rgb(214,102,7); }

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

border-color css

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

 span { border-color: rgb(214,102,7); }

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