Html Css Color HEX #D6600D Tenne (Tawny)

📋 copy color: '#D6600D'

red 214 ◦ green 96 ◦ blue 13

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

Shades of Tenne (Tawny) #D6600D

Tints of Tenne (Tawny) #D6600D

RGB

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

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

 BLUE value IS 13 (5.47% from 255) = 4.02%

R = 66.25%
G = 29.72%
B = 4.02%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.94

 K value IS 0.16

RGB Variations

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

Color information

#D6600D (or 0xD6600D) is known color: Tenne (Tawny). HEX triplet: D6, 60 and 0D. RGB value is (214,96,13). Sum of RGB (Red+Green+Blue) = 214+96+13=323 (42% of max value = 765). Red value is 214 (83.98% from 255 or 66.25% from 323); Green value is 96 (37.89% from 255 or 29.72% from 323); Blue value is 13 (5.47% from 255 or 4.02% from 323); Max value from RGB is 214 - color contains mainly: red. Hex color #D6600D is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D6600D is #299FF2. Grayscale: #7A7A7A. Windows color (decimal): -2727923 or 876758. OLE color: 876758.

HSL color Cylindrical-coordinate representation of color #D6600D: hue angle of 24.78º degrees, saturation: 0.89, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #D6600D is Cyan = 0, Magento = 0.55, Yellow = 0.94 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 96 13 -
CMYK 0 0.55 0.94 0.16
HSL 24.78º 0.89% 0.45% -
HSV(B) 24.78º 0.94% 0.84% -
XYZ 31.99 22.69 3.07 -
YUV 121.82 66.59 193.75 -
System Red Green Blue C M Y K H S L
Decimal 214 96 13 0 0.55 0.94 0.16 24.78 0.89 0.45
Hex D6 60 D 0 37 5E 10 19 59 2D
Octal 326 140 15 0 67 136 20 31 131 55
Binary 11010110 1100000 1101 0 110111 1011110 10000 11001 1011001 101101

Color Harmonies of #D6600D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6600D

Black with #D6600D

Text Example


Text Example

White with #D6600D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6600D; }

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

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

background-color css

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

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

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

border-color css

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

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

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