Html Css Color HEX #D0620C Tenne (Tawny)

📋 copy color: '#D0620C'

red 208 ◦ green 98 ◦ blue 12

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

Shades of Tenne (Tawny) #D0620C

Tints of Tenne (Tawny) #D0620C

RGB

 RED value IS 208 (81.64% from 255) = 65.41%

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

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

R = 65.41%
G = 30.82%
B = 3.77%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.94

 K value IS 0.18

RGB Variations

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

Color information

#D0620C (or 0xD0620C) is known color: Tenne (Tawny). HEX triplet: D0, 62 and 0C. RGB value is (208,98,12). Sum of RGB (Red+Green+Blue) = 208+98+12=318 (42% of max value = 765). Red value is 208 (81.64% from 255 or 65.41% from 318); Green value is 98 (38.67% from 255 or 30.82% from 318); Blue value is 12 (5.08% from 255 or 3.77% from 318); Max value from RGB is 208 - color contains mainly: red. Hex color #D0620C is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D0620C is #2F9DF3. Grayscale: #797979. Windows color (decimal): -3120628 or 811728. OLE color: 811728.

HSL color Cylindrical-coordinate representation of color #D0620C: hue angle of 26.33º degrees, saturation: 0.89, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #D0620C is Cyan = 0, Magento = 0.53, Yellow = 0.94 and Black (K on CMYK) = 0.18.

Color convert

RGB 208 98 12 -
CMYK 0 0.53 0.94 0.18
HSL 26.33º 0.89% 0.43% -
HSV(B) 26.33º 0.94% 0.82% -
XYZ 30.45 22.17 3.02 -
YUV 121.09 66.44 189.99 -
System Red Green Blue C M Y K H S L
Decimal 208 98 12 0 0.53 0.94 0.18 26.33 0.89 0.43
Hex D0 62 C 0 35 5E 12 1A 59 2B
Octal 320 142 14 0 65 136 22 32 131 53
Binary 11010000 1100010 1100 0 110101 1011110 10010 11010 1011001 101011

Color Harmonies of #D0620C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0620C

Black with #D0620C

Text Example


Text Example

White with #D0620C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0620C; }

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

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

background-color css

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

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

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

border-color css

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

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

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