Html Css Color HEX #D8610C Tenne (Tawny)

📋 copy color: '#D8610C'

red 216 ◦ green 97 ◦ blue 12

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

Shades of Tenne (Tawny) #D8610C

Tints of Tenne (Tawny) #D8610C

RGB

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

 GREEN value IS 97 (38.28% from 255) = 29.85%

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

R = 66.46%
G = 29.85%
B = 3.69%

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

#D8610C (or 0xD8610C) is known color: Tenne (Tawny). HEX triplet: D8, 61 and 0C. RGB value is (216,97,12). Sum of RGB (Red+Green+Blue) = 216+97+12=325 (43% of max value = 765). Red value is 216 (84.77% from 255 or 66.46% from 325); Green value is 97 (38.28% from 255 or 29.85% from 325); Blue value is 12 (5.08% from 255 or 3.69% from 325); Max value from RGB is 216 - color contains mainly: red. Hex color #D8610C is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D8610C is #279EF3. Grayscale: #7B7B7B. Windows color (decimal): -2596596 or 811480. OLE color: 811480.

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

Color convert

RGB 216 97 12 -
CMYK 0 0.55 0.94 0.15
HSL 25º 0.89% 0.45% -
HSV(B) 25º 0.94% 0.85% -
XYZ 32.66 23.17 3.1 -
YUV 122.89 65.42 194.41 -
System Red Green Blue C M Y K H S L
Decimal 216 97 12 0 0.55 0.94 0.15 25 0.89 0.45
Hex D8 61 C 0 37 5E F 19 59 2D
Octal 330 141 14 0 67 136 17 31 131 55
Binary 11011000 1100001 1100 0 110111 1011110 1111 11001 1011001 101101

Color Harmonies of #D8610C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8610C

Black with #D8610C

Text Example


Text Example

White with #D8610C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8610C; }

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

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

background-color css

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

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

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

border-color css

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

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

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