Html Css Color HEX #DC620A Tenne (Tawny)

📋 copy color: '#DC620A'

red 220 ◦ green 98 ◦ blue 10

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

Shades of Tenne (Tawny) #DC620A

Tints of Tenne (Tawny) #DC620A

RGB

 RED value IS 220 (86.33% from 255) = 67.07%

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

 BLUE value IS 10 (4.3% from 255) = 3.05%

R = 67.07%
G = 29.88%
B = 3.05%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.95

 K value IS 0.14

RGB Variations

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

Color information

#DC620A (or 0xDC620A) is known color: Tenne (Tawny). HEX triplet: DC, 62 and 0A. RGB value is (220,98,10). Sum of RGB (Red+Green+Blue) = 220+98+10=328 (43% of max value = 765). Red value is 220 (86.33% from 255 or 67.07% from 328); Green value is 98 (38.67% from 255 or 29.88% from 328); Blue value is 10 (4.30% from 255 or 3.05% from 328); Max value from RGB is 220 - color contains mainly: red. Hex color #DC620A is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DC620A is #239DF5. Grayscale: #7C7C7C. Windows color (decimal): -2334198 or 680668. OLE color: 680668.

HSL color Cylindrical-coordinate representation of color #DC620A: hue angle of 25.14º degrees, saturation: 0.91, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #DC620A is Cyan = 0, Magento = 0.55, Yellow = 0.95 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 98 10 -
CMYK 0 0.55 0.95 0.14
HSL 25.14º 0.91% 0.45% -
HSV(B) 25.14º 0.95% 0.86% -
XYZ 33.94 23.97 3.13 -
YUV 124.45 63.42 196.16 -
System Red Green Blue C M Y K H S L
Decimal 220 98 10 0 0.55 0.95 0.14 25.14 0.91 0.45
Hex DC 62 A 0 37 5F E 19 5B 2D
Octal 334 142 12 0 67 137 16 31 133 55
Binary 11011100 1100010 1010 0 110111 1011111 1110 11001 1011011 101101

Color Harmonies of #DC620A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC620A

Black with #DC620A

Text Example


Text Example

White with #DC620A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC620A; }

 p { color: rgb(220,98,10); }

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

background-color css

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

 a { background-color: rgb(220,98,10); }

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

border-color css

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

 span { border-color: rgb(220,98,10); }

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