Html Css Color HEX #D8620C Tenne (Tawny)

📋 copy color: '#D8620C'

red 216 ◦ green 98 ◦ blue 12

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

Shades of Tenne (Tawny) #D8620C

Tints of Tenne (Tawny) #D8620C

RGB

 RED value IS 216 (84.77% from 255) = 66.26%

 GREEN value IS 98 (38.67% from 255) = 30.06%

 BLUE value IS 12 (5.08% from 255) = 3.68%

R = 66.26%
G = 30.06%
B = 3.68%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.94

 K value IS 0.15

RGB Variations

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

Color information

#D8620C (or 0xD8620C) is known color: Tenne (Tawny). HEX triplet: D8, 62 and 0C. RGB value is (216,98,12). Sum of RGB (Red+Green+Blue) = 216+98+12=326 (43% of max value = 765). Red value is 216 (84.77% from 255 or 66.26% from 326); Green value is 98 (38.67% from 255 or 30.06% from 326); Blue value is 12 (5.08% from 255 or 3.68% from 326); Max value from RGB is 216 - color contains mainly: red. Hex color #D8620C is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D8620C is #279DF3. Grayscale: #7B7B7B. Windows color (decimal): -2596340 or 811736. OLE color: 811736.

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

Color convert

RGB 216 98 12 -
CMYK 0 0.55 0.94 0.15
HSL 25.29º 0.89% 0.45% -
HSV(B) 25.29º 0.94% 0.85% -
XYZ 32.75 23.36 3.13 -
YUV 123.48 65.09 193.99 -
System Red Green Blue C M Y K H S L
Decimal 216 98 12 0 0.55 0.94 0.15 25.29 0.89 0.45
Hex D8 62 C 0 37 5E F 19 59 2D
Octal 330 142 14 0 67 136 17 31 131 55
Binary 11011000 1100010 1100 0 110111 1011110 1111 11001 1011001 101101

Color Harmonies of #D8620C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8620C

Black with #D8620C

Text Example


Text Example

White with #D8620C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8620C; }

 p { color: rgb(216,98,12); }

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

background-color css

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

 a { background-color: rgb(216,98,12); }

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

border-color css

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

 span { border-color: rgb(216,98,12); }

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