Html Css Color HEX #D9610C Tenne (Tawny)

📋 copy color: '#D9610C'

red 217 ◦ green 97 ◦ blue 12

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

Shades of Tenne (Tawny) #D9610C

Tints of Tenne (Tawny) #D9610C

RGB

 RED value IS 217 (85.16% from 255) = 66.56%

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

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

R = 66.56%
G = 29.75%
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

#D9610C (or 0xD9610C) is known color: Tenne (Tawny). HEX triplet: D9, 61 and 0C. RGB value is (217,97,12). Sum of RGB (Red+Green+Blue) = 217+97+12=326 (43% of max value = 765). Red value is 217 (85.16% from 255 or 66.56% from 326); Green value is 97 (38.28% from 255 or 29.75% from 326); Blue value is 12 (5.08% from 255 or 3.68% from 326); Max value from RGB is 217 - color contains mainly: red. Hex color #D9610C is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D9610C is #269EF3. Grayscale: #7B7B7B. Windows color (decimal): -2531060 or 811481. OLE color: 811481.

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

Color convert

RGB 217 97 12 -
CMYK 0 0.55 0.94 0.15
HSL 24.88º 0.9% 0.45% -
HSV(B) 24.88º 0.94% 0.85% -
XYZ 32.96 23.33 3.11 -
YUV 123.19 65.26 194.91 -
System Red Green Blue C M Y K H S L
Decimal 217 97 12 0 0.55 0.94 0.15 24.88 0.9 0.45
Hex D9 61 C 0 37 5E F 19 5A 2D
Octal 331 141 14 0 67 136 17 31 132 55
Binary 11011001 1100001 1100 0 110111 1011110 1111 11001 1011010 101101

Color Harmonies of #D9610C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9610C

Black with #D9610C

Text Example


Text Example

White with #D9610C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9610C; }

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

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

background-color css

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

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

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

border-color css

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

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

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