Html Css Color HEX #DC620B Tenne (Tawny)

📋 copy color: '#DC620B'

red 220 ◦ green 98 ◦ blue 11

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

Shades of Tenne (Tawny) #DC620B

Tints of Tenne (Tawny) #DC620B

RGB

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

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

 BLUE value IS 11 (4.69% from 255) = 3.34%

R = 66.87%
G = 29.79%
B = 3.34%

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

#DC620B (or 0xDC620B) is known color: Tenne (Tawny). HEX triplet: DC, 62 and 0B. RGB value is (220,98,11). Sum of RGB (Red+Green+Blue) = 220+98+11=329 (43% of max value = 765). Red value is 220 (86.33% from 255 or 66.87% from 329); Green value is 98 (38.67% from 255 or 29.79% from 329); Blue value is 11 (4.69% from 255 or 3.34% from 329); Max value from RGB is 220 - color contains mainly: red. Hex color #DC620B is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DC620B is #239DF4. Grayscale: #7D7D7D. Windows color (decimal): -2334197 or 746204. OLE color: 746204.

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

Color convert

RGB 220 98 11 -
CMYK 0 0.55 0.95 0.14
HSL 24.98º 0.9% 0.45% -
HSV(B) 24.98º 0.95% 0.86% -
XYZ 33.94 23.98 3.16 -
YUV 124.56 63.92 196.07 -
System Red Green Blue C M Y K H S L
Decimal 220 98 11 0 0.55 0.95 0.14 24.98 0.9 0.45
Hex DC 62 B 0 37 5F E 19 5A 2D
Octal 334 142 13 0 67 137 16 31 132 55
Binary 11011100 1100010 1011 0 110111 1011111 1110 11001 1011010 101101

Color Harmonies of #DC620B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC620B

Black with #DC620B

Text Example


Text Example

White with #DC620B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC620B; }

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

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

background-color css

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

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

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

border-color css

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

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

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