Html Css Color HEX #D0620D Tenne (Tawny)

📋 copy color: '#D0620D'

red 208 ◦ green 98 ◦ blue 13

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

Shades of Tenne (Tawny) #D0620D

Tints of Tenne (Tawny) #D0620D

RGB

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

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

 BLUE value IS 13 (5.47% from 255) = 4.08%

R = 65.2%
G = 30.72%
B = 4.08%

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

#D0620D (or 0xD0620D) is known color: Tenne (Tawny). HEX triplet: D0, 62 and 0D. RGB value is (208,98,13). Sum of RGB (Red+Green+Blue) = 208+98+13=319 (42% of max value = 765). Red value is 208 (81.64% from 255 or 65.20% from 319); Green value is 98 (38.67% from 255 or 30.72% from 319); Blue value is 13 (5.47% from 255 or 4.08% from 319); Max value from RGB is 208 - color contains mainly: red. Hex color #D0620D is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D0620D is #2F9DF2. Grayscale: #797979. Windows color (decimal): -3120627 or 877264. OLE color: 877264.

HSL color Cylindrical-coordinate representation of color #D0620D: hue angle of 26.15º degrees, saturation: 0.88, 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 #D0620D is Cyan = 0, Magento = 0.53, Yellow = 0.94 and Black (K on CMYK) = 0.18.

Color convert

RGB 208 98 13 -
CMYK 0 0.53 0.94 0.18
HSL 26.15º 0.88% 0.43% -
HSV(B) 26.15º 0.94% 0.82% -
XYZ 30.45 22.17 3.06 -
YUV 121.2 66.94 189.91 -
System Red Green Blue C M Y K H S L
Decimal 208 98 13 0 0.53 0.94 0.18 26.15 0.88 0.43
Hex D0 62 D 0 35 5E 12 1A 58 2B
Octal 320 142 15 0 65 136 22 32 130 53
Binary 11010000 1100010 1101 0 110101 1011110 10010 11010 1011000 101011

Color Harmonies of #D0620D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0620D

Black with #D0620D

Text Example


Text Example

White with #D0620D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0620D; }

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

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

background-color css

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

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

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

border-color css

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

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

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