Html Css Color HEX #D9620C Tenne (Tawny)

📋 copy color: '#D9620C'

red 217 ◦ green 98 ◦ blue 12

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

Shades of Tenne (Tawny) #D9620C

Tints of Tenne (Tawny) #D9620C

RGB

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

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

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

R = 66.36%
G = 29.97%
B = 3.67%

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

#D9620C (or 0xD9620C) is known color: Tenne (Tawny). HEX triplet: D9, 62 and 0C. RGB value is (217,98,12). Sum of RGB (Red+Green+Blue) = 217+98+12=327 (43% of max value = 765). Red value is 217 (85.16% from 255 or 66.36% from 327); Green value is 98 (38.67% from 255 or 29.97% from 327); Blue value is 12 (5.08% from 255 or 3.67% from 327); Max value from RGB is 217 - color contains mainly: red. Hex color #D9620C is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D9620C is #269DF3. Grayscale: #7C7C7C. Windows color (decimal): -2530804 or 811737. OLE color: 811737.

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

Color convert

RGB 217 98 12 -
CMYK 0 0.55 0.94 0.15
HSL 25.17º 0.9% 0.45% -
HSV(B) 25.17º 0.94% 0.85% -
XYZ 33.05 23.51 3.14 -
YUV 123.78 64.92 194.49 -
System Red Green Blue C M Y K H S L
Decimal 217 98 12 0 0.55 0.94 0.15 25.17 0.9 0.45
Hex D9 62 C 0 37 5E F 19 5A 2D
Octal 331 142 14 0 67 136 17 31 132 55
Binary 11011001 1100010 1100 0 110111 1011110 1111 11001 1011010 101101

Color Harmonies of #D9620C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9620C

Black with #D9620C

Text Example


Text Example

White with #D9620C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9620C; }

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

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

background-color css

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

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

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

border-color css

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

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

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